meshpro / pygalmesh

:spider_web: A Python interface to CGAL's meshing tools
GNU General Public License v3.0
580 stars 57 forks source link

Correct signature of generate_from_array #204

Open uvilla opened 1 year ago

uvilla commented 1 year ago

generate_from_array is missing parameters exude_time_limit and exude_sliver_bound from the list of input. This causes an error when calling generate_from_inr since arguments are called positionally an not by keyword.

uvilla commented 1 year ago

Fixes #208

MattTheCuber commented 5 months ago

Fixes #211

MattTheCuber commented 5 months ago

@nschloe Any chance you could merge this pull request and create a new release?