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 df87f69 commit ed32ba7Copy full SHA for ed32ba7
xarray/tests/test_backends.py
@@ -5038,7 +5038,7 @@ def test_dask(self) -> None:
5038
class TestPydapOnline(TestPydap):
5039
@contextlib.contextmanager
5040
def create_datasets(self, **kwargs):
5041
- url = "http://test.opendap.org/opendap/hyrax/data/nc/bears.nc"
+ url = "http://test.opendap.org/opendap/data/nc/bears.nc"
5042
actual = open_dataset(url, engine="pydap", **kwargs)
5043
with open_example_dataset("bears.nc") as expected:
5044
# workaround to restore string which is converted to byte
0 commit comments