You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are no default values prescribed for the meshkernel.MeshRefinementParameters() parameters. I understand things like refinement_type have to be set by the user, but it would be convenient if there are defaults prescribed for some other parameters like refine_intersected and use_mass_center_when_refining.
Describe the bug
There are no default values prescribed for the meshkernel.MeshRefinementParameters() parameters. I understand things like
refinement_type
have to be set by the user, but it would be convenient if there are defaults prescribed for some other parameters likerefine_intersected
anduse_mass_center_when_refining
.To Reproduce
Raises:
"TypeError: __init__() missing 6 required positional arguments: 'refine_intersected', 'use_mass_center_when_refining', 'min_face_size', 'refinement_type', 'connect_hanging_nodes', and 'account_for_samples_outside_face'"
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: