Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim committed Sep 5, 2024
1 parent e2e51ce commit 448df3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/segmentation_skeleton_metrics/skeleton_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from segmentation_skeleton_metrics import split_detection, swc_utils, utils

ANISOTROPY = [0.748, 0.748, 1.0]
MERGE_DIST_THRESHOLD = 200
MERGE_DIST_THRESHOLD = 100


class SkeletonMetric:
Expand Down Expand Up @@ -329,7 +329,7 @@ def load_fragments(self):
self.fragment_graphs[label] = nx.Graph(
filename=f"{label}.swc", run_length=0, n_edges=1
)
print("# Fragments:", len(self.fragment_graphs) - n_excepts)
print("\n# Fragments:", len(self.fragment_graphs) - n_excepts)

# Report Results
t, unit = utils.time_writer(time() - t0)
Expand Down

0 comments on commit 448df3d

Please sign in to comment.