icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 49 forks source link

pickling very large maps fails #314

Open jllanfranchi opened 7 years ago

jllanfranchi commented 7 years ago

Not sure if this is fix-able. Pickle seems like a bad way to store really large maps (e.g. HDF5 would make more sense). But it might be a bug...

Alternately, could we integrate with npy binary-file format somehow? https://docs.scipy.org/doc/numpy/neps/npy-format.html Do we need to abandon pickle altogether?

jllanfranchi commented 6 years ago

Other alternatives for this:

jllanfranchi commented 6 years ago

See also https://github.com/icecubeopensource/pisa/issues/26