Skip to content

Commit b069ae1

Browse files
committed
fix test
1 parent 0aacaf4 commit b069ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cf_xarray/tests/test_accessor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
dataarrays = [airds.air, airds.air.chunk({"lat": 5})]
5858
objects = datasets + dataarrays
5959

60+
xr.set_options(use_flox=False)
61+
6062

6163
def assert_dicts_identical(dict1, dict2):
6264
assert dict1.keys() == dict2.keys()

0 commit comments

Comments
 (0)