seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
58 stars 8 forks source link

feat: expose min error #40

Closed william-silversmith closed 1 month ago

william-silversmith commented 4 months ago

Exposes min_error in the simplification algorithm. This will allow users to more closely fine tune what kind of results they want.

william-silversmith commented 4 months ago

The problem here is that the default python min_error and the default c++ min error are different values.

william-silversmith commented 1 month ago

I think this might have something to do with a change in compilation due to arm64, numpy 2.0 or something like that actually...

william-silversmith commented 1 month ago

Failing tests seem to be unrelated.