Skip to content

Commit

Permalink
✨ edits conf_limits_nct_minimize_scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaniBeigy committed Aug 16, 2024
1 parent 0b1b07e commit e964f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycvcqv/noncentralt.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _ci_nct_upper(val_of_interest: float) -> float:
_ci_nct_lower,
bounds=(min_ncp, max_ncp),
method="bounded",
options={"xatol": tol},
options={"xatol": tol, "disp": 0, "maxiter": max_iter},
)
upper_limit = minimize_scalar(
_ci_nct_upper,
Expand Down

0 comments on commit e964f69

Please sign in to comment.