kreshuklab / plant-seg

A tool for cell instance aware segmentation in densely packed 3D volumetric images
https://kreshuklab.github.io/plant-seg/
MIT License
88 stars 31 forks source link

Type Fix: `np.array` is not a type, change to `np.ndarray` #231

Closed qin-yu closed 4 months ago

qin-yu commented 4 months ago

Interestingly, np.ndarray has been used correctly in a few docstrings whose functions are using np.array.

qin-yu commented 4 months ago

Not done yet... There are more np.array used as types. There are also list[int, int, int] which is illegal.