Skip to content

Commit fdb5cb7

Browse files
committed
move pvlib/test/data to pvlib/data. supports future tutorial structure
1 parent 9b542ac commit fdb5cb7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

pvlib/test/test_tmy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515

1616
def test_readtmy3():
17-
tmy.readtmy3(os.path.join(test_dir, 'data/703165TY.csv'))
17+
tmy.readtmy3(os.path.join(test_dir, '../data/703165TY.csv'))
1818

1919
def test_readtmy2():
20-
tmy.readtmy2(os.path.join(test_dir, 'data/12839.tm2'))
20+
tmy.readtmy2(os.path.join(test_dir, '../data/12839.tm2'))
2121

0 commit comments

Comments
 (0)