Skip to content

Commit

Permalink
try absolute filepath..
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Oct 7, 2024
1 parent 8ae8877 commit d11f37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
TESTDIR = os.path.dirname(__file__) # this folder
MET_FILENAME = 'USA_CO_Boulder.724699_TMY2.epw'
TEST_FILE = os.path.join('results','test_2001-01-01_1000.csv')
TEST_FILE2_FRONT = os.path.join('results', 'test_irr_1axis_2021-06-17_1300_Front.csv')
TEST_FILE2_BACK = os.path.join('results', 'test_irr_1axis_2021-06-17_1300_Back.csv')
TEST_FILE2_FRONT = os.path.join(TESTDIR, 'results', 'test_irr_1axis_2021-06-17_1300_Front.csv')
TEST_FILE2_BACK = os.path.join(TESTDIR, 'results', 'test_irr_1axis_2021-06-17_1300_Back.csv')


# test load function on a dummy csv file in the /tests/ directory
Expand Down

0 comments on commit d11f37a

Please sign in to comment.