Skip to content

Fix type hints: compute_face_areas order param and return type #1590

Description

@rajeeja

Noted by @Sevans711 during review of #1577 — these issues already exist on main, not introduced by #1577.

  1. 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.
  2. Return type annotation missing on compute_face_areas.

Narrow cleanup PR welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    Status
    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions