Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Jun 15, 2021
1 parent afad9ac commit b3111bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dask/array/tests/test_ufunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,7 @@ def test_divmod():
assert_eq(result[1], expected[1])


@pytest.mark.parametrize(
"dt", ["float64", "float32", "int32", "int64"]
)
@pytest.mark.parametrize("dt", ["float64", "float32", "int32", "int64"])
def test_dtype_kwarg(dt):
x1, y1 = da.asarray([1, 2, 3]), da.asarray([4, 5, 6])
assert x1.dtype == np.dtype("int64")
Expand Down

0 comments on commit b3111bf

Please sign in to comment.