lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
100 stars 17 forks source link

Misleading extension on flax data files #493

Closed bwohlberg closed 7 months ago

bwohlberg commented 8 months ago

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?