Skip to content

Commit

Permalink
Update validphys2/src/validphys/checks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <roystegeman@live.nl>
  • Loading branch information
scarlehoff and RoyStegeman authored Nov 14, 2023
1 parent 8357832 commit 7270c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def check_pdf_is_montecarlo_or_hessian(pdf, **kwargs):

@make_argcheck
def check_not_using_pdferr(use_pdferr, **kwargs):
check(not use_pdferr, "The flag 'use_pdferr' must be off to use this function")
check(not use_pdferr, "The flag 'use_pdferr' must be `False` to use this function. This is to avoid including the PDF error in the uncertainty bars of the experimental datapoints.")


@make_check
Expand Down

0 comments on commit 7270c9d

Please sign in to comment.