Skip to content

Commit fed0225

Browse files
committed
update TestUnwrap::test_discont
1 parent 5893524 commit fed0225

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dpnp/tests/test_mathematical.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,12 +1848,7 @@ def test_simple_seq(self):
18481848
assert_array_equal(result, expected)
18491849
assert_array_equal(result, isimple_seq)
18501850

1851-
@pytest.mark.parametrize(
1852-
"dt",
1853-
get_all_dtypes(
1854-
no_bool=True, no_none=True, no_complex=True, no_unsigned=True
1855-
),
1856-
)
1851+
@pytest.mark.parametrize("dt", get_integer_float_dtypes(no_unsigned=True))
18571852
def test_discont(self, dt):
18581853
a = numpy.array([0, 8, 20, 25, 35, 50], dtype=dt)
18591854
ia = dpnp.array(a)

0 commit comments

Comments
 (0)