I'm using `packbits` to store directed graphs.
I save the packed arrays as .npy files for later use.

(I had hoped that .npy files for boolean arrays
might be packed, but this is not true -- not sure why.)

Because of the zero padding, to recover them
after `unpackbits`, I need the graph dimensions.
(These are square to that is inferrable, but
for general binary relations even that is not
true.)  I'm wondering how others approach this.

Thanks,
Alan Isaac
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to