Problems with iminuit on ubuntu version 22.04.2 ? #851
Closed
farrukhazfar
started this conversation in
General
Replies: 1 comment
-
This has been answered in the issues #852 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I am on ubuntu 22.04.2 and am using python3 version 3.10.6. Last year everything I am about to describe was working fine
Unfortunately it seems that I am missing the full functionality of Minuit in iminuit
So here goes :
python3
Next I try to setup the parameters with initial values and fix b
and I get the following error
Traceback (most recent call last):
File "", line 1, in
File "/home/azfarl/.local/lib/python3.10/site-packages/iminuit/minuit.py", line 629, in init
self._init_state = _make_init_state(self._pos2var, start, kwds)
File "/home/azfarl/.local/lib/python3.10/site-packages/iminuit/minuit.py", line 2491, in _make_init_state
raise RuntimeError(
RuntimeError: fix_b is not one of the parameters [a b]
I am having the same issue trying to use limit_a or limit_b etc - wondering what is going on - any help will be appreciated
best wishes
Farrukh
Beta Was this translation helpful? Give feedback.
All reactions