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

Add more node hashing tests #591

Merged
merged 1 commit into from
Jun 16, 2017
Merged

Conversation

greschd
Copy link
Member

@greschd greschd commented Jun 15, 2017

  • Failing test for two small but unequal floats
  • Failing test for two ArrayData with unequal content
  • (Accidentally) passing test for two ArrayData of different size, with same str representation

For the ArrayData, we need to take the actual array into account when creating the hash,
not just the shape which is return in get_attrs()

* Failing test for two ArrayData with unequal content
* (Accidentally) passing test for two ArrayData of different size, with same str representation

For the ArrayData, we need to take the actual array into account when creating the hash,
not just the shape which is return in get_attrs()
@greschd
Copy link
Member Author

greschd commented Jun 15, 2017

@lekah I don't have direct write access to your branch, so I'll be committing my work via merge requests.

@lekah lekah merged commit f7e6fe0 into aiidateam:node-hashing Jun 16, 2017
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.

2 participants