Skip to content

Commit 00912f7

Browse files
Update url for example h5netcdf ros3 dataset (#10713)
* update url * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2c9fd8 commit 00912f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5174,9 +5174,7 @@ def test_write_inconsistent_chunks(self) -> None:
51745174
@requires_h5netcdf_ros3
51755175
class TestH5NetCDFDataRos3Driver(TestCommon):
51765176
engine: T_NetcdfEngine = "h5netcdf"
5177-
test_remote_dataset: str = (
5178-
"https://www.unidata.ucar.edu/software/netcdf/examples/OMI-Aura_L2-example.nc"
5179-
)
5177+
test_remote_dataset: str = "https://archive.unidata.ucar.edu/software/netcdf/examples/OMI-Aura_L2-example.nc"
51805178

51815179
@pytest.mark.filterwarnings("ignore:Duplicate dimension names")
51825180
def test_get_variable_list(self) -> None:

0 commit comments

Comments
 (0)