meshpro / optimesh

:spider_web: Mesh optimization, mesh smoothing.
575 stars 56 forks source link

Fix bug in boundary_step() in circle tests #81

Closed blechta closed 3 years ago

blechta commented 3 years ago

...weird that this hasn't been caught by flake8 before.

Verify the fix by running

pytest test_cpt.py -k test_circle
pytest test_cvt.py -k test_cvt_qnb_boundary
pytest test_odt.py -k test_circle

and looking at the plots.

nschloe commented 3 years ago

Thanks!