Closed ferrigno closed 2 years ago
Yes, this should be fixed!
the line number is for bxa/xspec/solver.py but the same issue is also present for the sherpa version
If you have time to prepare a pull request, that would be great.
Thank you for the contribution!
Description
When passing the parameter evidence_tolerance the run does not work
What I Did
line 194 of solver.py put run_kwargs['dlogz'] = run_kwargs.pop('dlogz', evidence_tolerance) instead of run_kwargs['evidence_tolerance'] = run_kwargs.pop('dlogz', evidence_tolerance)
It fixes easily the issue.