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 18b537a commit f53c130Copy full SHA for f53c130
quaddtype/tests/test.py renamed to quaddtype/tests/test_arr.py
@@ -4,6 +4,6 @@
4
from quaddtype import QuadPrecDType, QuadPrecision
5
6
7
-def test():
+def test_dtype():
8
a = QuadPrecision("1.63")
9
assert f"{np.array([a], dtype=QuadPrecDType).dtype}" == "QuadPrecDType()"
0 commit comments