You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 0.11.2 I've been seeing Infeasible on MPC calcs. I ran some tests and noticed that the same data is generating a different time window in MPC vs DAH. See the below logs:
I've just noticed that the 10 and the 6 it's using for the start of the window are coming from the config.json file. It's ignoring the start timesteps that I've passed in, but only on the MPC calc.
The text was updated successfully, but these errors were encountered:
I seem to have fixed it. I changed def_start_timestep to start_timesteps_of_each_deferrable_load and it works correctly in MPC calcs now. It seems to be picking up def_start_timestep correctly for DAH though. I have now updated all my runtime keys to the latest versions.
Since 0.11.2 I've been seeing Infeasible on MPC calcs. I ran some tests and noticed that the same data is generating a different time window in MPC vs DAH. See the below logs:
Day-ahead:
MPC:
I've just noticed that the 10 and the 6 it's using for the start of the window are coming from the config.json file. It's ignoring the start timesteps that I've passed in, but only on the MPC calc.
The text was updated successfully, but these errors were encountered: