branch alan_dev is nearly ready to merge to master, but first need to deal with the following issue:
In convert_pickle.py, need to treat any datasets that are in both zarrs and error pickle as being in error only. Then test that convert_pickle.py can be run twice in succession and the second time effectively does nothing. Then ensure that the actual zarr writing code will first remove the target object if it already exists. (Because these datasets that are in both zarrs and errors might or might not already exist.)
branch
alan_dev
is nearly ready to merge to master, but first need to deal with the following issue:In
convert_pickle.py
, need to treat any datasets that are in both zarrs and error pickle as being in error only. Then test thatconvert_pickle.py
can be run twice in succession and the second time effectively does nothing. Then ensure that the actual zarr writing code will first remove the target object if it already exists. (Because these datasets that are in both zarrs and errors might or might not already exist.)After that, do the merge.