We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d78db9 commit bc5aaf0Copy full SHA for bc5aaf0
tests/test_xarray.py
@@ -24,7 +24,7 @@
24
25
try:
26
# Should test against legacy xarray implementation
27
- xr.set_options(use_numpy_groupies=False)
+ xr.set_options(use_flox=False)
28
except ValueError:
29
pass
30
0 commit comments