skuschel / postexperiment

postprocessor for experimental (event based) data.
GNU General Public License v3.0
0 stars 0 forks source link

ShotSeries cannot be pickled #23

Closed skuschel closed 6 years ago

skuschel commented 6 years ago

Attempting to pickle a ShotSeries object yields AttributeError: Can't pickle local object 'make_shotid.<locals>.ShotId' Same is true for ShotSeries._shots.

skuschel commented 6 years ago

fixed in cd71b1a