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 2ba8c5b commit 81b737cCopy full SHA for 81b737c
quaddtype/tests/test_quaddtype.py
@@ -100,6 +100,9 @@ def test_array_operations():
100
expected = np.array(
101
[QuadPrecision("2.0"), QuadPrecision("3.5"), QuadPrecision("5.0")])
102
# adding print statements in pytest
103
+ print("\n" + "#"*50 + "\n")
104
print(f"result: {result}")
105
print(f"expected: {expected}")
106
+ print(f"np.all result: {np.all(result == expected)}")
107
108
assert np.all(result == expected)
0 commit comments