Skip to content

Commit db1ac24

Browse files
authored
Update test filename
1 parent fe632b8 commit db1ac24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/tests/iotools/test_bsrn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
# Awaiting permission from BSRN to upload test file
14-
testfile = DATA_DIR / 'bsrn_xxxxx.dat'
14+
testfile = DATA_DIR / 'bsrn-pay0616.dat.gz'
1515

1616

1717
def test_read_bsrn_columns():
@@ -25,8 +25,8 @@ def test_read_bsrn_columns():
2525

2626
@pytest.fixture
2727
def expected_index():
28-
start = pd.Timestamp(2020,1,1,0,0)
29-
return pd.date_range(start=start, periods=1440, freq='1min', tz='UTC')
28+
start = pd.Timestamp(2016,6,1,0,0)
29+
return pd.date_range(start=start, periods=43200, freq='1min', tz='UTC')
3030

3131

3232
def test_format_index():

0 commit comments

Comments
 (0)