Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 29, 2023
1 parent 2f962e6 commit 8a222ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def test_ffill_use_bottleneck_dask():


@requires_numbagg
@requires_dask
def test_ffill_use_numbagg_dask():
with xr.set_options(use_bottleneck=False):
da = xr.DataArray(np.array([4, 5, np.nan], dtype=np.float64), dims="x")
Expand Down

0 comments on commit 8a222ac

Please sign in to comment.