Skip to content

v0.3.4

Choose a tag to compare

@ClaasRostock ClaasRostock released this 17 Mar 15:41
· 42 commits to main since this release
dde0926

Solved

  • 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.

Added

  • Added tests for ospSimulationCase.py module
  • Added tests for simulation.py module