MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

pmda.density not compatible to MDA 2.0.0 #154

Open appassionate opened 2 years ago

appassionate commented 2 years ago

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


from pmda.density import * #or other imports?
ImportError: cannot import name '_set_user_grid' from 'MDAnalysis.analysis.density' 

Currently version of MDAnalysis:

mda.version =2.0.0 pmda.version= 0.3.0 dask.version = 2021.05.0

orbeckst commented 2 years ago

Yes, PMDA needs to be made to work with MDA 2.0.0 #148