From e41c8efc9d8a9869de9d41cdad5ca07aeed7ae12 Mon Sep 17 00:00:00 2001 From: jteijema Date: Thu, 9 Jan 2025 16:57:41 +0100 Subject: [PATCH] remove index from combined dataset --- asreviewcontrib/makita/template_prior.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asreviewcontrib/makita/template_prior.py b/asreviewcontrib/makita/template_prior.py index 7060097..e081d1a 100644 --- a/asreviewcontrib/makita/template_prior.py +++ b/asreviewcontrib/makita/template_prior.py @@ -149,7 +149,7 @@ def get_template_specific_params(self, params): # Save the combined dataset to the appropriate file paths combined_dataset.to_csv( - filepath_with_priors, index=True, index_label="record_id" + filepath_with_priors, index=False ) combined_dataset[combined_dataset["makita_priors"] != 1].to_csv( filepath_without_priors, index=False