bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
252 stars 28 forks source link

Fix broken warning for maximum iterations #48

Open mjacobse opened 9 months ago

mjacobse commented 9 months ago

Typo in 47b09d20 (#28) causes undefined name error instead of a warning being issued. This fixes that typo and adds a test that would've caught it.