8000
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.
get_solaranywhere
1 parent 3f43a52 commit 580037aCopy full SHA for 580037a
tests/iotools/test_solaranywhere.py
@@ -283,7 +283,8 @@ def test_get_solaranywhere_timeout_tgy(solaranywhere_api_key):
283
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
284
def test_get_solaranywhere_not_available(solaranywhere_api_key):
285
# Test if RuntimeError is raised if location in the ocean is requested
286
- with pytest.raises(RuntimeError, match="Tile is outside of our coverage"):
+ with pytest.raises(RuntimeError,
287
+ match="Location is outside of our coverage area"):
288
pvlib.iotools.get_solaranywhere(
289
latitude=40, longitude=-70,
290
api_key=solaranywhere_api_key,
0 commit comments