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
* Fix no artifacts where needed in CI [skip ci]
* Added Windows CI
* Use environment file for Modelica
* Specify libraries in CI
* Use latest PyDelica version and use context manager for junk cleanup
* Try apt installing om libs
* Use OM Docker image
* Do not use Sudo
* run apt update
* Bump version number
* Update citation file [skip ci]
* Updated changelog [skip ci]
Copy file name to clipboardexpand all lines: docs/API/getting_started.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,19 @@ print(data_frame)
49
49
data frames are very powerful objects, you can apply cuts to them and perform operations on subsets, see the [Pandas documentation](https://pandas.pydata.org/docs/) for details.
50
50
51
51
## Creating your own scripts
52
-
The main class used to initialise and run a simulation via the OpenModelica backend within PBM is the `PowerBalance` class.
52
+
The main class used to initialise and run a simulation via the OpenModelica backend within PBM is the `PowerBalance` class. It is recommended that the class be used via a context manager to ensure that model build directories are removed upon completion (this is done automatically when using the CLI).
0 commit comments