-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cholesky decomposition fails for ATLAS_2JET_7TEV_R06 in a closure test #2043
Comments
This didn't fail before but it does now. |
What do you mean with before? Before the new commondata?
I do not have the old one and I am not sure how I can reproduce it now |
Yes.
Just to make sure, did you try doing this in master with only that bug solved? |
Yes, I am debugging now in master |
UPDATE: It seems that in the function So |
The difference should be the number of SKIP. So that difference is correct, but If that is the problem it means |
Ok but if this is the case, maybe is linked to my solution of the SKIP problem (the one I have written at the beginning of this issue)? |
No, that should be correct. The |
When running a level-2 closure test which contains the dataset ATLAS_2JET_7TEV_R06, it fails (during
n3fit
execution) with the errornumpy.linalg.LinAlgError: 65-th leading minor of the array is not positive definite
Reproduce
A minimal runcard to reproduce this bug is the following
Things to note
vp-setupfit
to generate the level-1 data seems to be ok. In fact,vp-setupfit
does not crash.master
, another bug needs to be solved (which is solved already in Closure with same level1 #2007, look atcoredata.py
).I tried to debug this myself but for the moment I was not able to figure out the problem.
CC: @scarlehoff @RoyStegeman @comane
The text was updated successfully, but these errors were encountered: