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 50368ff commit f53a974Copy full SHA for f53a974
xarray/tests/test_backends.py
@@ -5355,10 +5355,10 @@ def create_dap2_datasets(self, **kwargs):
5355
# workaround to restore string which is converted to byte
5356
expected["bears"] = expected["bears"].astype(str)
5357
yield actual, expected
5358
-
+
5359
def output_grid_deprecation_warning_dap2dataset(self):
5360
with pytest.warns(DeprecationWarning, match="`output_grid` is deprecated"):
5361
- with self.create_dap2_datasets(outout_grid=True) as (actual, expected):
+ with self.create_dap2_datasets(output_grid=True) as (actual, expected):
5362
assert_equal(actual, expected)
5363
5364
def create_dap4_dataset(self, **kwargs):
0 commit comments