Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions buildingspy/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ BuildingsPy Changelog

Version 5.2.1, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- In buildingspy/development/regressiontest.py, added detection of unit propagation error in Dymola.
(https://github.com/lbl-srg/BuildingsPy/issues/620)
- In buildingspy/development/regressiontest.py, changed MODELICAPATH on Windows to use ';' instead of ':'
(https://github.com/lbl-srg/BuildingsPy/issues/609)
- Updated pyfunnel to version 2.0.1 to fix plotting issues.
Expand Down
1 change: 1 addition & 0 deletions buildingspy/development/regressiontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3267,6 +3267,7 @@ def _print_end_of_json(isLastItem, fileHandle, logFileName):
Evaluate=false;
Advanced.CompileWith64=2;
Advanced.EfficientMinorEvents=false;
Advanced.Translation.Log.UnitPropagationFailure=20;
// Set the pedantic Modelica mode
Advanced.PedanticModelica = {str(self._pedanticModelica).lower()};
orig_Advanced_GenerateVariableDependencies = Advanced.GenerateVariableDependencies;
Expand Down