Skip to content

Commit aba2194

Browse files
anna-grimanna-grim
andauthored
bug: added row names (#127)
Co-authored-by: anna-grim <[email protected]>
1 parent fd04abb commit aba2194

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)