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
if the alternative scenario (the new created with new altid) record's attribute value is changed in the MIKE+ GUI, a new record of the format "Pipe_muid; Pipe_altid; Pipe_attribute" gets inserted into the "m_ScenarioManagementUpdatedFields" table in the sqlite database representing the current model.
I didn't see this happen if I modified the new pipe record's attribute value using the data_access.set_values() method via mikepluspy module.
The text was updated successfully, but these errors were encountered:
* Update assembly version for MIKE 2025
* To fix issue #42: No records insert to m_ScenarioManagementUpdatedFields when it is needed.
* To support 2025 version
* Add full test action for release
* Update test action secret
* Update change log
---------
Co-authored-by: Ryan Walter Murray <rywm@dhigroup.com>
if the alternative scenario (the new created with new altid) record's attribute value is changed in the MIKE+ GUI, a new record of the format "Pipe_muid; Pipe_altid; Pipe_attribute" gets inserted into the "m_ScenarioManagementUpdatedFields" table in the sqlite database representing the current model.
I didn't see this happen if I modified the new pipe record's attribute value using the data_access.set_values() method via mikepluspy module.
The text was updated successfully, but these errors were encountered: