Skip to content

Change equalityOracle to compare based on values rather than indices #4743

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcprux
Copy link

It appears that the checkHashable is mistakenly using an equalityOracle that merely compares the two index arguments themselves, rather than the underlying values at those index arguments. And so the comparison will always pass, regardless of whether the underlying values were different.

This appears to be a problem throughout the test cases, but this PR only fixes the check in TestDate.

It appears that the `checkHashable` is mistakenly using an `equalityOracle` that merely compares the two index arguments themselves, rather than the underlying values at those index arguments. And so the comparison will always pass, regardless of whether the underlying values were different.

This appears to be a problem throughout the test cases, but this PR only fixes the check in TestDate.
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 this pull request may close these issues.

1 participant