Skip to content

Commit

Permalink
Tests simple file
Browse files Browse the repository at this point in the history
  • Loading branch information
louisleroy5 committed Jun 30, 2020
1 parent ed7d558 commit 4b14000
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_trnsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,12 +1307,12 @@ def test_trnbuild_from_simple_idf(config):
window_file = "W74-lib.dat"
template_dir = os.path.join("archetypal", "ressources")
window_filepath = os.path.join(template_dir, window_file)
# weather_file = os.path.join(
# "tests", "input_data", "CAN_QC_Montreal-McTavish.716120_CWEC2016.epw"
# )
weather_file = os.path.join(
"tests", "input_data", "USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw"
"tests", "input_data", "CAN_QC_Montreal-McTavish.716120_CWEC2016.epw"
)
# weather_file = os.path.join(
# "tests", "input_data", "USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw"
# )

# prepare args (key=value)f or EnergyPlus version to use, windows parameters,etc.
# WINDOW = 2-WSV_#3_Air
Expand All @@ -1328,8 +1328,8 @@ def test_trnbuild_from_simple_idf(config):
}

# Path to IDF file
# file = os.path.join("tests", "input_data", "trnsys", "simple_2_zone.idf")
file = os.path.join("tests", "input_data", "ASHRAE90.1_OfficeLarge_STD2016_Buffalo.idf")
file = os.path.join("tests", "input_data", "trnsys", "simple_2_zone.idf")
# file = os.path.join("tests", "input_data", "ASHRAE90.1_OfficeLarge_STD2016_Buffalo.idf")

# Converts IDF to BUI
convert_idf_to_trnbuild(
Expand Down

0 comments on commit 4b14000

Please sign in to comment.