Noted by @Sevans711 during review of #1577 — these issues already exist on main, not introduced by #1577.
compute_face_areas and related signatures use order: int | None = 4 (or Optional[int]) but None is not a valid value — should be order: int = 4.
- Return type annotation missing on
compute_face_areas.
Narrow cleanup PR welcome.
Noted by @Sevans711 during review of #1577 — these issues already exist on
main, not introduced by #1577.compute_face_areasand related signatures useorder: int | None = 4(orOptional[int]) butNoneis not a valid value — should beorder: int = 4.compute_face_areas.Narrow cleanup PR welcome.