Closed nabobalis closed 4 months ago
This line errors if binshape is a quantity.
binshape
(Pdb) bin_shape <Quantity [2, 2] pix> (Pdb) bin_shape == 1 False (Pdb) all(bin_shape == 1) *** TypeError: 'bool' object is not iterable
How is this line not covered by tests? :eyes: did codecov melt again?
oh so your website and check say it is but you still put the annotation on the code. Gee thanks
This line errors if
binshape
is a quantity.