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
However the server output for electricity_cvrmse_within_limit is always 0. The electricity_nmbe_within_limit and both gas limit variables are working ok. I also looked at XY plots of the NMBE/CVRMSE values versus the corresponing limit variables, and those plots are fine for everything but electricity_cvrmse_within_limit - so there's something wrong - perhaps in how the variable is being cast from a Boolean to a numeric (0/1) value?
The text was updated successfully, but these errors were encountered:
I was just able to rerun this analysis on 24 that Brian freshly provisioned for me via docker-compose and it's working ok there. This looks like it may also be deployment related.
Running a calibration that includes points that meet acceptance criteria:
{“electricity_cvrmse_within_limit”:true,“electricity_nmbe_within_limit”:true,“natural_gas_cvrmse_within_limit”:true,“natural_gas_nmbe_within_limit”:true}.
However the server output for electricity_cvrmse_within_limit is always 0. The electricity_nmbe_within_limit and both gas limit variables are working ok. I also looked at XY plots of the NMBE/CVRMSE values versus the corresponing limit variables, and those plots are fine for everything but electricity_cvrmse_within_limit - so there's something wrong - perhaps in how the variable is being cast from a Boolean to a numeric (0/1) value?
The text was updated successfully, but these errors were encountered: