Skip to content

Commit

Permalink
[test-upstream] black
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Jun 12, 2021
1 parent 2710205 commit e3d4859
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xarray/tests/test_duck_array_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,6 @@ def test_push_dask():
# some chunks of size-1 with NaN
with raise_if_dask_computes():
actual = push(
dask.array.from_array(array, chunks=(1, 2, 3, 2, 2, 1, 1)),
axis=0,
n=None
dask.array.from_array(array, chunks=(1, 2, 3, 2, 2, 1, 1)), axis=0, n=None
)
np.testing.assert_equal(actual, expected)

0 comments on commit e3d4859

Please sign in to comment.