Skip to content

Commit

Permalink
formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorkenw committed Jan 11, 2024
1 parent f9f480c commit 784f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pychunkedgraph/app/app_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def ccs(coordinates_nm_):
ccs = [np.array(list(cc)) for cc in nx.connected_components(graph)]
return ccs

coordinates = np.array(coordinates, dtype=np.int)
coordinates = np.array(coordinates, dtype=int)
coordinates_nm = coordinates * cg.meta.resolution
max_dist_steps = np.array([4, 8, 14, 28], dtype=float) * np.mean(cg.meta.resolution)

Expand Down

0 comments on commit 784f5b1

Please sign in to comment.