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 d34a89d commit f42dd13Copy full SHA for f42dd13
test/cli/test_dump.py
@@ -14,7 +14,7 @@ def test_dump_ds(self):
14
result = self.invoke_cli(["dump", TEST_NC_FILE])
15
16
# Use a regex to accommodate the differing output formats produced by
17
- # xarray 2023.8.0 and 2024.2.0.
+ # various xarray versions.
18
output_regex = r"""<xarray.Dataset>( Size: 8MB)?
19
Dimensions:\s+\((?=.*lon: 360)(?=.*lat: 180)(?=.*time: 5)(?=.*bnds: 2).*?\)
20
Coordinates:
0 commit comments