-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use filNam for teaser loads * fix types * add modelica project class with save_as method * fix types * add method to run modelica models in dymola * rename cspell dictionary * move modelica tests to class * Update tests/base_test_case.py Co-authored-by: Nathan Moore <nathan.moore@nrel.gov> * skip tmp folder in ModelicaProject * fix windows-based test * add get_model method to modelica project * update docstring * relative path option * add relative path setting for system parameter generation * precommit * do not dymola in tests * Update geojson_modelica_translator/modelica/modelica_project.py Co-authored-by: Nathan Moore <nathan.moore@nrel.gov> * Update geojson_modelica_translator/modelica/modelica_project.py Co-authored-by: Nathan Moore <nathan.moore@nrel.gov> * Update geojson_modelica_translator/modelica/modelica_project.py Co-authored-by: Nathan Moore <nathan.moore@nrel.gov> * Update geojson_modelica_translator/system_parameters/system_parameters.py Co-authored-by: Nathan Moore <nathan.moore@nrel.gov> * pre-commit pep8 fix --------- Co-authored-by: Nathan Moore <nathan.moore@nrel.gov>
- Loading branch information
Showing
17 changed files
with
416 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "0.2", | ||
"language": "en", | ||
"words": [ | ||
"autoload", | ||
"buildingspy", | ||
"Combi", | ||
"cvrmsd", | ||
"dassl", | ||
"dymola", | ||
"GDHC", | ||
"levelname", | ||
"libfortran", | ||
"linecount", | ||
"mfrt", | ||
"MODELICAPATH", | ||
"mofile", | ||
"openstudio", | ||
"oversizing", | ||
"redeclarations", | ||
"Reparse", | ||
"setpoint", | ||
"timeseries", | ||
"timestep", | ||
"urbanopt" | ||
], | ||
"flagWords": [ | ||
"hte" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.