Skip to content

allow Measurement object using hdf5 files to be pickled

Louis Dartez requested to merge louis.dartez/pydarm:hdf5-pickle into master

This commit moves the data_access attribute into being treated as a property so that the measurement object can be pickle and deepcopy-compliant.

This closes #209.

Merge request reports