Open mwetter opened 7 months ago
On Linux, running python buildingspy/tests/test_simulate_OpenModelica.py hangs. This can be avoided by using the -alarm flag of OpenModelica to timeout the simulation.
python buildingspy/tests/test_simulate_OpenModelica.py
-alarm
On Linux, running
python buildingspy/tests/test_simulate_OpenModelica.py
hangs. This can be avoided by using the-alarm
flag of OpenModelica to timeout the simulation.