We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd04abb commit aba2194Copy full SHA for aba2194
src/segmentation_skeleton_metrics/skeleton_metric.py
@@ -414,7 +414,7 @@ def run(self):
414
# Save results
415
prefix = "corrected-" if self.connections_path else ""
416
path = f"{self.output_dir}/{prefix}results.csv"
417
- self.metrics.to_csv(path, index=False)
+ self.metrics.to_csv(path, index=True)
418
419
# Report results
420
path = os.path.join(self.output_dir, f"{prefix}results-overview.txt")
0 commit comments