-
Notifications
You must be signed in to change notification settings - Fork 152
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
Long parameter names get truncated #269
Comments
Hi @joAschauer , |
Hello @thouska, |
100 characters sounds like a good suggestion, I changed the values accordingly. |
Hi there,
thanks for the great package. I am calibrating a model with somewhat long parameter names and spotpy truncates the names internally. This is a bit annoying when the found parameters are intended to be used later on or when parameter names are referenced in the ´simulation()´ method of the Setup class.
The truncation is defined here:
spotpy/spotpy/parameter.py
Line 682 in 9c454e8
Is there any reasoning why you introduced the 30 character limit?
The text was updated successfully, but these errors were encountered: