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
successfully import pmda.density.DensityAnalysis
Error, cant import density in pmda. (MDA edition = 2.0.0)
from pmda.density import * #or other imports? ImportError: cannot import name '_set_user_grid' from 'MDAnalysis.analysis.density'
mda.version =2.0.0 pmda.version= 0.3.0 dask.version = 2021.05.0
The text was updated successfully, but these errors were encountered:
Yes, PMDA needs to be made to work with MDA 2.0.0 #148
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
successfully import pmda.density.DensityAnalysis
Actual behaviour
Error, cant import density in pmda. (MDA edition = 2.0.0)
Code to reproduce the behaviour
Currently version of MDAnalysis:
mda.version =2.0.0
pmda.version= 0.3.0
dask.version = 2021.05.0
The text was updated successfully, but these errors were encountered: