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