Skip to content

Commit

Permalink
Update template_prior.py errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema authored Feb 3, 2025
1 parent 8351d16 commit 58cc14e
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 @@ -119,8 +119,7 @@ def get_template_specific_params(self, params):
# Check if at least one dataset with custom prior knowledge is present
if self._prior_dataset_count == 0:
raise ValueError(
"At least one dataset with custom prior knowledge (prefix 'prior_' or \
'priors_') is required."
"At least one dataset with custom prior knowledge (prefix 'prior_' or 'priors_') is required." # noqa: E501
)

# Check if at least one dataset without prior knowledge is present
Expand Down

0 comments on commit 58cc14e

Please sign in to comment.