Skip to content

Commit ef4c163

Browse files
author
anna-grim
committed
bug: added row names
1 parent fd04abb commit ef4c163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segmentation_skeleton_metrics/skeleton_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def run(self):
414414
# Save results
415415
prefix = "corrected-" if self.connections_path else ""
416416
path = f"{self.output_dir}/{prefix}results.csv"
417-
self.metrics.to_csv(path, index=False)
417+
self.metrics.to_csv(path, index=True)
418418

419419
# Report results
420420
path = os.path.join(self.output_dir, f"{prefix}results-overview.txt")

0 commit comments

Comments
 (0)