Skip to content

Commit ee58bb5

Browse files
committed
fix type annotation
1 parent bdab313 commit ee58bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshmode/mesh/generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ def generate_box_mesh(
11491149
axis_coords: tuple[np.ndarray, ...],
11501150
order: int = 1, *,
11511151
coord_dtype: Any = np.float64,
1152-
periodic: bool | None = None,
1152+
periodic: tuple[bool, ...] | None = None,
11531153
group_cls: type[MeshElementGroup] | None = None,
11541154
boundary_tag_to_face: dict[Any, str] | None = None,
11551155
mesh_type: str | None = None,

0 commit comments

Comments
 (0)