Fixed pickle of Channel in py3 when writing to Array to HDF5
This PR fixes a problem storing pickled Channel
objects in python3 as HDF5 attributes. We require to use the simple ASCII protocol '0'.
This PR fixes a problem storing pickled Channel
objects in python3 as HDF5 attributes. We require to use the simple ASCII protocol '0'.