Skip to content

Commit 63919a7

Browse files
sum_masks_flim had a mistake..
1 parent da66454 commit 63919a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

siffpy/core/siffreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ def sum_masks_flim(
19721972
(masks.shape[0], -1, masks.shape[1] if masks.ndim > 3 else 1)
19731973
).sum(axis=2)
19741974

1975-
ft = ft.convert_units(units)
1975+
ft.convert_units(units)
19761976
return ft
19771977

19781978
def _sum_masks_flim_srm(

0 commit comments

Comments
 (0)