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
Pywr is now bundled with the editor, and you can run and debug your model using the new Toolbar Run tab. You can also change the start, end date, timestep as well as run and pause the model to a specific date (#122)
When values in ControlCurvePiecewiseInterpolatedParameter were provided as nested lists, the values were not transposed and were assigned to the wrong control curve. The parameter form now also shows a new column in the control curve and value fields to easily map and assign the values to each area defined by the control curves (#173).
If one or more nodes did not have the position attribute, the editor showed a warning message every time the schematic was reloaded. The message is now shown only when the schematic is first initialised. (#178).