Skip to content

Commit

Permalink
fix typo docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
A669015 committed Feb 18, 2025
1 parent a073d30 commit 164a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive-flows/cnf-combustion/gnns/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def create_graph_topo(self, grid_shape: Tuple[int, int, int]) -> None:
"""Create the graph topology and store it in memory.
Args:
grid_shape (Tuple[int, int, int]): the shapr of the grid for the
grid_shape (Tuple[int, int, int]): the shape of the grid for the
z, y and x sorted dimensions.
"""
g0 = nx.grid_graph(dim=grid_shape)
Expand Down

0 comments on commit 164a8d7

Please sign in to comment.