Skip to content

Keep up with changes and tests of MDAnalysis.AnalysisBase

Philip Loche requested to merge analysisbase-tests into main

Fixes #81 (closed)

As discussed in the issue this MR adds the missing "new" arguments frames and progressbar_kwargs to the AnalysisBase. To ensure this is working the corresponding tests from MDanalysisTests are reimported, monkeypatched and run in our testsuite.

I also noticed that if a universe has no cell informations we can not run a analysis. This is bad because some simulations don't have this. This is also fixed within this MR.

PR Checklist

  • Docs?
  • Issue raised/referenced?
Edited by Philip Loche

Merge request reports