Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 16, 2024
1 parent ddad18a commit 79ccf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_stress/_measurements/geodesics.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def geodesic_distance_matrix(
distance_matrix = gdist.local_gdist_matrix(
np.asarray(surface[0], dtype=np.float64),
np.asarray(surface[1], dtype=np.int32),
max_distance=1e9
max_distance=1e9,
).toarray()

return distance_matrix
Expand Down

0 comments on commit 79ccf9a

Please sign in to comment.