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

Raise statements for incompatible inputs into FittingSequence #378

Open
sibirrer opened this issue Oct 24, 2022 · 0 comments
Open

Raise statements for incompatible inputs into FittingSequence #378

sibirrer opened this issue Oct 24, 2022 · 0 comments

Comments

@sibirrer
Copy link
Collaborator

Many inputs into the FittingSequence() class are demanded to be rather specific, with errors caused down-stream without much indication of why and where the input is inconsistent. For example:

  • the initial guess spreads 'sigma' values should be > 0, otherwise the PSO or MCMC algorithm breaks down.

Having better raise errors might help the user adjust the settings accordingly.

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

No branches or pull requests

1 participant