Skip to content

Commit 8d6c6b2

Browse files
committed
fix my careless merge
1 parent e336b3e commit 8d6c6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/test/test_tmy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def test_readtmy3():
1717
tmy.readtmy3(tmy3_testfile)
1818

19-
@network(raise_on_error=True)
19+
@network
2020
def test_readtmy3_remote():
2121
url = 'http://rredc.nrel.gov/solar/old_data/nsrdb/1991-2005/data/tmy3/703165TYA.CSV'
2222
tmy.readtmy3(url)

0 commit comments

Comments
 (0)