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

Properly handle long lists of Parameters #10483

Merged
merged 1 commit into from
Jul 31, 2015

Commits on Jul 30, 2015

  1. Properly handle long lists of Parameters

    Changed the code so that if we have more than 200 Parameters in a __Parametrizable object we switch to filling a dict using lists of no longer than 200 entries where the lists are concatenated together to build a container holding all the Parameters.
    Dr15Jones authored and davidlange6 committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    0498ec6 View commit details
    Browse the repository at this point in the history