Skip to content

H5MD fails to serialize with pickle #2890

@orbeckst

Description

@orbeckst

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions