Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in tensor hash test case #179

Closed
Krzmbrzl opened this issue Feb 6, 2024 · 1 comment · Fixed by #180
Closed

Bug in tensor hash test case #179

Krzmbrzl opened this issue Feb 6, 2024 · 1 comment · Fixed by #180

Comments

@Krzmbrzl
Copy link
Collaborator

Krzmbrzl commented Feb 6, 2024

REQUIRE_NOTHROW(t1_hash != t2_hash);

This only checks that the comparison doesn't throw and disregards the result of the comparison. I assume this is not the desired behavior? 👀

@evaleev
Copy link
Member

evaleev commented Feb 6, 2024

Oh, definitely ... good catch ...

Krzmbrzl added a commit to Krzmbrzl/SeQuant that referenced this issue Feb 6, 2024
evaleev pushed a commit to Krzmbrzl/SeQuant that referenced this issue Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants