-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
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
Can only run encore convergence on DCDReader/MemoryReader trajectories #2578
Comments
Related work: I think maybe the cleanest fix would be to scrap the concept of |
There are legitimate reasons to have a whole trajectory as one big array; however, one can use |
linked to #3761 |
Expected behavior
I can run
encore.[dr/c]es_convergence
on any MDAnalysis universe trajectory.Actual behavior
It fails because
prepare_ensembles_for_convergence_increasing_window
fails to transfer trajectories into memory before callingtimeseries
on them.Code to reproduce the behavior
Show us how to reproduce the failiure. If you can, use trajectory files from the test data.
Currently version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) 0.20.2-devpython -V
)?The text was updated successfully, but these errors were encountered: