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
src/ospx/watch/watchCosim.py: Corrected the type of a dtype argument passed to pandas' to_numpy() method.
Changed
src/ospx/simulation.py: Made the algorithm attribute mandatory, as it became a mandatory field in OspSystemStructure.xml. As default value, algorithmis set to "fixedStep", which corresponds to what is used as default in OSP cosim.
src/ospx/ospSimulationCase.py: Improved the sync logic between the name attribute of OspSimulationCase and the name attribute of Simulation.