Skip to content

Commit c9bf182

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 87d435e commit c9bf182

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graphs/src/anemoi/graphs/generate/tri_icosahedron.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ def create_nx_graph_from_tri_coords(coords_rad: np.ndarray, node_ordering: np.nd
138138

139139

140140
def add_edges_hop_1(
141-
nodes_coords_rad,
142-
resolutions: list[int],
143-
node_ordering: list[int],
144-
area_mask_builder: KNNAreaMaskBuilder | None = None,
141+
nodes_coords_rad,
142+
resolutions: list[int],
143+
node_ordering: list[int],
144+
area_mask_builder: KNNAreaMaskBuilder | None = None,
145145
) -> np.ndarray:
146146
"""Adds edges for x_hops = 1 relying on trimesh only."""
147147

0 commit comments

Comments
 (0)