Order of columns of parameters dataframe changes #62
Labels
enhancement
Indicates improvement of existing features
wontfix
Indicates that work won't continue on an issue, pull request, or discussion
Milestone
The order of the model parameters changes after creation, caused by pandas append method that order alphabetically. As a result, pmin is now shown after pmax, which I find confusing. Should be solved somewhere in the get_init_parameters method.
The text was updated successfully, but these errors were encountered: