We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024194 commit efdc8e9Copy full SHA for efdc8e9
pvlib/tests/iotools/test_psm3.py
@@ -93,6 +93,7 @@ def test_get_psm3_singleyear(nrel_api_key):
93
94
@pytest.mark.remote_data
95
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
96
+@pytest.mark.xfail(strict=True, reason='github 1091')
97
def test_get_psm3_5min(nrel_api_key):
98
"""test get_psm3 for 5-minute data"""
99
header, data = psm3.get_psm3(LATITUDE, LONGITUDE, nrel_api_key,
0 commit comments