Skip to content

Commit

Permalink
Fully type TensorProductElementGroupBase constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 15, 2023
1 parent b489ccd commit 7ec0efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshmode/discretization/poly_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class TensorProductElementGroupBase(PolynomialElementGroupBase,
HypercubeElementGroupBase):
def __init__(self, mesh_el_group: _MeshTensorProductElementGroup,
order: int, index=None, *, basis: Basis,
unit_nodes: np.ndarray):
unit_nodes: np.ndarray) -> None:
"""
:arg basis: a :class:`modepy.TensorProductBasis`.
:arg unit_nodes: unit nodes for the tensor product, obtained by
Expand Down

0 comments on commit 7ec0efc

Please sign in to comment.