Skip to content

Commit

Permalink
line too ling
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Jan 8, 2025
1 parent 54b0c9d commit 9096c51
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 @@ -49,7 +49,7 @@ def get_dataset_specific_params(self, index, fp_dataset):
print(f"Warning: {fp_dataset} has no abstracts.")

if not df['included'].isin([None, 1, 0]).all():
print(f"Warning: {fp_dataset} has 'included' column with None values or non-binary values.")
print(f"Warning: {fp_dataset} has 'included' column with None values or non-binary values.") # noqa: E501

# Add the 'makita_priors' column
if fp_dataset.name.startswith("prior_") or fp_dataset.name.startswith(
Expand Down

0 comments on commit 9096c51

Please sign in to comment.