We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a15d6d commit 9c2457dCopy full SHA for 9c2457d
tests/test_utils.py
@@ -69,7 +69,7 @@ def test_xp(self, xp: ModuleType):
69
("complex128", 1.0, True),
70
# complex vs. xp.complex
71
("complex64", 1.0j, True),
72
- ("complex128", 1.0j, True),
+ ("complex128", 1.0j, True),
73
# Undefined cases
74
("bool", 1, False),
75
("int64", 1.0, False),
0 commit comments