Skip to content
Snippets Groups Projects
Unverified Commit b55ac0f5 authored by Juacrumar's avatar Juacrumar Committed by GitHub
Browse files

Update n3fit/src/n3fit/checks.py

parent df8df5c3
No related branches found
No related tags found
1 merge request!945Expose positivity threshold in the runcard
......@@ -173,7 +173,7 @@ def check_hyperopt_positivity(positivity_dict):
4.0 < threshold
except TypeError as e:
raise CheckError(
f"The positivity::threshold must be a number, received: {threhsold}"
f"The positivity::threshold must be a number, received: {threshold}"
) from e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment