seung-lab / igneous

Scalable Neuroglancer compatible Downsampling, Meshing, Skeletonizing, Contrast Normalization, Transfers and more.
GNU General Public License v3.0
40 stars 16 forks source link

`num_mips` needs a type annotation #161

Closed j6k4m8 closed 8 months ago

j6k4m8 commented 8 months ago

https://github.com/seung-lab/igneous/blame/ee15a88d6c19f60b4dfb68ed192010ff3bf0866b/igneous_cli/cli.py#L192

Specifying num_mips since this commit now results in an op error, since it's being interpreted as a str.... I think!

cc @dxenes1

william-silversmith commented 8 months ago

Oh interesting, thank you for the bug report! I'll fix this now.

william-silversmith commented 8 months ago

Ok, 4.20.1 should fix this. Let me know if you have more feedback!

j6k4m8 commented 8 months ago

Speeeeeeedy!!! Thank you :D