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

parameter names are limited to 10 characters #36

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

parameter names are limited to 10 characters #36

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create some function with a parameter whose name is greater than 10 
characters 
2. Try to run a minimization
example:
>>> import minuit
>>> m=minuit.Minuit(lambda xxxxxxxxxxx, y: (xxxxxxxxxxx-1)**2 + (y-2)**2, 
xxxxxxxxxxx=3, y=4)
>>> m.migrad()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyError: 'Parameter "xxxxxxxxxx" is missing from values.'


What version of the product are you using? On what operating system?
OS: Linux cospcmprpg3 2.6.32-279.9.1.el6.x86_64 #1 SMP Fri Aug 31 09:04:24 EDT 
2012 x86_64 x86_64 x86_64 GNU/Linux
pyminuit: 1.2.1
Minuit: 1.7.9
python: 2.7.5

Original issue reported on code.google.com by [email protected] on 8 Aug 2013 at 12:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant