You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files in scico/data/flax have .npz extensions, which suggests that they were saved using numpy.savez. Since they're actually in MessagePack format, would it not be better to change the files extensions to something like .mpk?
The text was updated successfully, but these errors were encountered:
The files in
scico/data/flax
have.npz
extensions, which suggests that they were saved usingnumpy.savez
. Since they're actually in MessagePack format, would it not be better to change the files extensions to something like.mpk
?The text was updated successfully, but these errors were encountered: