Skip to content

Commit

Permalink
no record id
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Jan 9, 2025
1 parent ad84d63 commit 60d1322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asreviewcontrib/makita/template_prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ def get_template_specific_params(self, params):
index_label='record_id')
combined_dataset[combined_dataset["makita_priors"] != 1].to_csv(
filepath_without_priors,
index=True,
index_label='record_id'
index=False
)

# Create a string of indices for rows with custom prior knowledge
Expand Down

0 comments on commit 60d1322

Please sign in to comment.