-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Labels
Description
Expected behavior
All readers can be pickled and pass the tests for MultiframeReaderTest
Actual behavior
TestH5MDReader.test_pickle_reader fails, see https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/369892996
(Note that this test failure occured becaused the H5MD PR #2787 was merged before the serialization PR and the latter did not have the H5MD PR #2723 merged into it.)
Code to reproduce the behavior
Run TestH5MDReader.test_pickle_reader
Current version of MDAnalysis
- Which version are you using? (run
python -c "import MDAnalysis as mda; print(mda.__version__)") current develop at 563995c - Which version of Python (
python -V)? any - Which operating system? all on CI
Reactions are currently unavailable