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

Improve error message in Hessian and covariance matrix calculation #60

Open
DanielaBreitman opened this issue Apr 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DanielaBreitman
Copy link
Contributor

Add one try-except block for the Hessian (L257) and another for the covariance (L258) with clear error message.

hessian = jacobian.T.dot(jacobian)

@ketansand
Copy link

This results in Error: could not compute uncertainties! even though the fit is great. One of the events is 23891929 . The resulting npz file can be found in /data/userdata/ksand/R3/fitburst_run/23891929/Trial3_20220412/R3_23891929_dsamp_64.npz

Screen Shot 2022-04-04 at 11 12 10 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants