Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Dec 22, 2024
1 parent 0e7db67 commit d1ada87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_mle_ci_fn(mle_result2, powerlaw_flux):
params['PowerLaw.alpha'], params['PowerLaw.K'], emin, emax
)

ci0 = result.ci(params=[], fn={'fn': fn}, rtol={'fn': 1e-8})
ci0 = result.ci(params=[], fn={'fn': fn}, rtol={'fn': 1e-10})
ci1 = result.ci(params=[], fn={'fn': fn})
ci2 = result.ci(params=[], fn={'fn': fn}, method='boot')
ci3 = result.ci(params=[], fn={'fn': fn}, method='boot', parallel=False)
Expand Down

0 comments on commit d1ada87

Please sign in to comment.