rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
28 stars 12 forks source link

Fix reversion in dataset.py (#87) #90

Closed JBGreisman closed 3 years ago

JBGreisman commented 3 years ago

When applying black to the codebase (#86), it appears that I reverted DataSet.compute_dHKL() to not use the changes made in #87. This PR corrects that reversion.

After merging in this PR, DataSet.compute_dHKL() will use gemmi for computing resolution of reflections.