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

[BUG] Dealing with failed model fits #18

Open
TomDonoghue opened this issue May 22, 2020 · 0 comments
Open

[BUG] Dealing with failed model fits #18

TomDonoghue opened this issue May 22, 2020 · 0 comments

Comments

@TomDonoghue
Copy link
Member

In the Python code, the model can fail to fit, leaving NaN results, and this happens cleanly (there is no error, and the code continues, etc). However, in the Matlab wrapper, it seems if a model fails to fit, the wrapper hits an error and fails. I forgot to check / test this case, so I think the wrapper just doesn't deal with the NaNs very well.

ToDo: check through how the wrapper deals with NaN parameters, and see if we can update it to work cleanly (continue) in this case.

Note: issue brough up by Matteo Fraschini

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

No branches or pull requests

1 participant