-
- Downloads
There was a problem fetching the pipeline summary.
Close #17 move output format to h5
Removes use of pickle in favour of h5 format. Uses deepdish (https://github.com/uchicago-cs/deepdish) over the more standard h5py for the following reasons - h5py is built around saving 'arrays' while deepdish around saving dictionaries - provides useful tools to check what data is in the h5 file - is well written, provides good documentation and no strange error messages (personal experience with trying to implement h5py).
parent
768831bf
No related branches found
No related tags found
Pipeline #
... | ... | @@ -12,3 +12,4 @@ gwsurrogate |
NRSur7dq2 | ||
chainconsumer | ||
nestle | ||
deepdish |
Please register or sign in to comment