Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pull calculation protection #1012

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

adewit
Copy link
Collaborator

@adewit adewit commented Oct 9, 2024

The protection for negligible constraints in the pull calculation used to check for an absolute difference in pre- and post-fit constraint. For most uncertainties this works fine, but if you introduce a param with a value much smaller than 1 the criterion is probably too strict.

This changes the protection to apply if the constraint relative to the input uncertainty is less than sqrt(0.001).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant