Commit 995fd2d3 authored by lcn's avatar lcn

修复Bug

parent edbbe5c2
......@@ -349,8 +349,8 @@ async def load_forecast_service_new15(cids, start_time, end_time, interval,
slots[num] = slot
return ForecastResp(
pred_data=LoadValue(slots=slots, value=real_list),
real_data=LoadValue(slots=slots, value=forecast_list),
pred_data=LoadValue(slots=slots, value=forecast_list),
real_data=LoadValue(slots=slots, value=real_list),
deviation_list=deviation_list,
max_deviation=max_deviation,
min_deviation=min_deviation,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment