Skip to content

Commit bc5aaf0

Browse files
committed
Rename xarray option to match upstream
1 parent 0d78db9 commit bc5aaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_xarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
try:
2626
# Should test against legacy xarray implementation
27-
xr.set_options(use_numpy_groupies=False)
27+
xr.set_options(use_flox=False)
2828
except ValueError:
2929
pass
3030

0 commit comments

Comments
 (0)