-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when writing covariance #3
Comments
I suspect this is related to the change from pyMinuit to iminuit. With a quick check on windows using the pyMinuit from https://www.lfd.uci.edu/~gohlke/pythonlibs/ then the problem goes away. I see line 128 looks a bit suspicious, perhaps scale_errors needs to be debugged. |
Yes, this has fixed the problem - I have a seemingly complete covariance file now. Thanks for your help! pyminuit was a pain to install though because Minuit itself is so old - I've included the steps I took below just in case anyone else runs into this:
Add the following to
Then source
|
OK - thanks - I will leave this open in the hope we will also get it to work in iMinuit soon. |
Could you elaborate slightly on where scale_errors is that you mentioned earlier so that I can see whether I can get iminuit compatability working? |
I receive the following traceback message when running fitallb.py on one of the included test input files (inf10.inp):
The text was updated successfully, but these errors were encountered: