Skip to content

Commit 565a856

Browse files
committed
Comment
1 parent 2637f3f commit 565a856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dotv.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_memoryview_float_noconj(A, B):
4848
rtol=1e-3,
4949
)
5050
except AssertionError as e:
51+
# Probably better to make a combined message, but eh
5152
print(f"Numpy 64bit result: {numpy_result64}")
5253
print(f"blis 64bit result: {blis_result64}")
5354
raise e

0 commit comments

Comments
 (0)