Explorar o código

feat:添加评估结果分析脚本

zhaohaipeng hai 8 meses
pai
achega
b46ac526a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ad/01_ad_model_update.sh

+ 1 - 1
ad/01_ad_model_update.sh

@@ -228,7 +228,7 @@ calc_model_predict() {
   check_run_status $return_code $step_start_time "计算Top10差异"
 
 
-  new_incr_rate_avg=$( echo "scale=6; ${new_total_diff} / ${count}" | bc l )
+  new_incr_rate_avg=$( echo "scale=6; ${new_total_diff} / ${count}" | bc -l )
   return_code=$?
   check_run_status $return_code $step_start_time "计算Top10差异"
 }