First mentioned in https://github.com/mesh-adaptation/goalie/pull/137/files#r1520802694, I'd like to add type and field checks in MeshSeq.form, to catch up with other methods that are more developed. Currently we only check that get_form returns a dictionary and we do it in indicate_errors.
First mentioned in https://github.com/mesh-adaptation/goalie/pull/137/files#r1520802694, I'd like to add type and field checks in
MeshSeq.form
, to catch up with other methods that are more developed. Currently we only check thatget_form
returns a dictionary and we do it inindicate_errors
.