We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2637f3f commit 565a856Copy full SHA for 565a856
tests/test_dotv.py
@@ -48,6 +48,7 @@ def test_memoryview_float_noconj(A, B):
48
rtol=1e-3,
49
)
50
except AssertionError as e:
51
+ # Probably better to make a combined message, but eh
52
print(f"Numpy 64bit result: {numpy_result64}")
53
print(f"blis 64bit result: {blis_result64}")
54
raise e
0 commit comments