We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is_isomorphous
The method documentation says:
reciprocalspaceship/reciprocalspaceship/dataset.py
Lines 1191 to 1192 in ceae60e
But the code looks for an absolute change:
Line 1217 in ceae60e
By default this will return False if the cells differ by more than 5 Å or 5 degrees in any case.
False
I'd suggest we change this to make it relative, as the documentation indicates.
The text was updated successfully, but these errors were encountered:
Can confirm. This is a bug. I like your proposal.
Sorry, something went wrong.
what's a reasonable default for the cell_threshold? i think 0.5% is in the right ballpark. @tjlane
cell_threshold
fixed in #279
kmdalton
No branches or pull requests
The method documentation says:
reciprocalspaceship/reciprocalspaceship/dataset.py
Lines 1191 to 1192 in ceae60e
But the code looks for an absolute change:
reciprocalspaceship/reciprocalspaceship/dataset.py
Line 1217 in ceae60e
By default this will return
False
if the cells differ by more than 5 Å or 5 degrees in any case.I'd suggest we change this to make it relative, as the documentation indicates.
The text was updated successfully, but these errors were encountered: