Skip to content

Commit

Permalink
Added script to run all idf files
Browse files Browse the repository at this point in the history
For #2512
  • Loading branch information
mwetter committed Jun 1, 2021
1 parent 1df10fa commit bd7c260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _run(cmd, timeout_sec, cwd, modelica_path):

# Build a list of all idf files.
cases = list()
exa_bui = os.path.join("Buildings", "Resources", "Data", "ThermalZones", "EnergyPlus")
# exa_bui = os.path.join("Buildings", "Resources", "Data", "ThermalZones", "EnergyPlus")
exa_ep = os.path.join("/usr", "local", "EnergyPlus-9-5-0", "ExampleFiles")
for search_path in [exa_bui, exa_ep]:
for path in Path(search_path).rglob('*.idf'):
Expand Down

0 comments on commit bd7c260

Please sign in to comment.