Ver Fonte

feat:添加测试脚本

zhaohaipeng há 5 meses atrás
pai
commit
a6a9b24e55
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      ad/02_ad_model_update_test.sh

+ 0 - 3
ad/02_ad_model_update_test.sh

@@ -210,9 +210,6 @@ calc_model_predict() {
 
 model_predict() {
 
-  local return_code=$?
-  check_run_status $return_code $step_start_time "线上模型评估${predict_date_path: -8}的数据" "线上模型评估${predict_date_path: -8}的数据失败"
-
   # 结果分析
   local python_return_code=$(python ${sh_path}/model_predict_analyse.py -op ${online_model_predict_result_path} -np ${new_model_predict_result_path} -af ${predict_analyse_file_path} -cf ${calibration_file_path})
   check_run_status $python_return_code $step_start_time "分析线上模型评估${predict_date_path: -8}的数据" "分析线上模型评估${predict_date_path: -8}的数据失败"