Skip to content

Commit

Permalink
Makes sure Travis uses the same test file
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Jul 16, 2019
1 parent 82a07c0 commit da79855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class TestBuildingTemplate():
def bt(self):
"""A building template fixture used in subsequent tests"""
eplus_dir = get_eplus_dire()
file = next(iter((eplus_dir / "ExampleFiles").glob("5*.idf")), None)
file = eplus_dir / "ExampleFiles" / "5ZoneCostEst.idf"
w = next(iter((eplus_dir / "WeatherData").glob("*.epw")), None)
file = ar.copy_file(file)[0]
idf = ar.load_idf(file)
Expand Down

0 comments on commit da79855

Please sign in to comment.