You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@orbeckst I want to work on this issue.. However, the readme of benchmarks repo
does not give a good headstart on how to run asv locally. Can you help me with it.
Thankyou
Expected behavior
Benchmarks run with latest release.
Actual behavior
Some benchmarks use outdated and removed
AtomGroup.coordinates()
instead ofAtomGroup.positions
.Code to reproduce the behavior
Output from
git grep 'coordinates()
for the benchmarks:(Follow-up from #3467 )
Current version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) develop 2.2.0The text was updated successfully, but these errors were encountered: