rs-station / reciprocalspaceship

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

module 'reciprocalspaceship.algorithms' has no attribute 'compute_intensity_from_structurefactor' #166

Closed DHekstra closed 2 years ago

DHekstra commented 2 years ago

running rs version 0.10.1, rs.algorithms.compute_intensity_from_structurefactor() returns the error 'module 'reciprocalspaceship.algorithms' has no attribute 'compute_intensity_from_structurefactor'.

JBGreisman commented 2 years ago

That method isn't available in the latest PyPI/conda-forge release -- I'll update it in the near future. To get access now, you can do a local install from an up-to-date clone of the repo: https://hekstra-lab.github.io/reciprocalspaceship/userguide/installation.html#installation

JBGreisman commented 2 years ago

I'm closing this because the method is now available in the 0.10.2 release on PyPI (and shortly after on conda-forge). In general though, please keep in mind that a local install may be necessary if you want to access a feature that is not yet available in an official release