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 0aacaf4 commit b069ae1Copy full SHA for b069ae1
cf_xarray/tests/test_accessor.py
@@ -57,6 +57,8 @@
57
dataarrays = [airds.air, airds.air.chunk({"lat": 5})]
58
objects = datasets + dataarrays
59
60
+xr.set_options(use_flox=False)
61
+
62
63
def assert_dicts_identical(dict1, dict2):
64
assert dict1.keys() == dict2.keys()
0 commit comments