Skip to content

Commit

Permalink
remove index from combined dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Jan 9, 2025
1 parent ced33c8 commit e41c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreviewcontrib/makita/template_prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e41c8ef

Please sign in to comment.