Skip to content

Commit be2a90c

Browse files
prady0tlucascolley
andauthored
Update tests/test_funcs.py
Co-authored-by: Lucas Colley <lucas.colley8@gmail.com>
1 parent 4ccaf4a commit be2a90c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_funcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,6 @@ def test_integral(self, xp: ModuleType):
19391939
[0.0, xp.pi, 0.0], dtype=default_dtype(xp, device=get_device(x))
19401940
)
19411941
xp_assert_close(actual, expected)
1942-
assert actual.dtype == expected.dtype
19431942

19441943
def test_2d(self, xp: ModuleType):
19451944
a = xp.asarray([[1 + 1j, 1 - 1j], [-1 + 1j, -1 - 1j]])

0 commit comments

Comments
 (0)