Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 18, 2024
1 parent 2637f3f commit 565a856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dotv.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_memoryview_float_noconj(A, B):
rtol=1e-3,
)
except AssertionError as e:
# Probably better to make a combined message, but eh
print(f"Numpy 64bit result: {numpy_result64}")
print(f"blis 64bit result: {blis_result64}")
raise e

0 comments on commit 565a856

Please sign in to comment.