Will Grant

Results 3 comments of Will Grant

(We can hang fire on this until the docs are in a better state)

This is happening for us too, in the below code on line 53 of calculatemoments.py: ```python def get_object_moment(pixels, func): labs = np.unique(pixels) moms = np.zeros([np.max(labs) + 1, 1]) for l...