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

Change where / how hashing is done for statements #1596

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Change where / how hashing is done for statements #1596

merged 1 commit into from
Jan 31, 2019

Conversation

gunthercox
Copy link
Owner

@gunthercox gunthercox commented Jan 31, 2019

The original Statement object had a hash function defined which was yielding different results when other Statement object types were used. This removes the hash method and makes a change to how similar statements are counted.

Possibly related to #1375

The origional Statement object had a __hash__ function defined
which was yielding different results when other Statement
object types were used. This removes the hash method and makes
a change to how similar statements are counted.
@gunthercox gunthercox merged commit cac3788 into master Jan 31, 2019
@gunthercox gunthercox deleted the hash branch January 31, 2019 02:39
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