Closed chris-langfield closed 4 months ago
Currently in load_object, there is an attribute error when loading an NpzFile because this type does not have a shape. This adds the same check done in check_dimensions to the check done in load_object
load_object
NpzFile
shape
check_dimensions
Yes please! :)
Currently in
load_object
, there is an attribute error when loading anNpzFile
because this type does not have ashape
. This adds the same check done incheck_dimensions
to the check done inload_object