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

CovModel.opt_arg should be sorted #103

Closed
MuellerSeb opened this issue Sep 20, 2020 · 0 comments · Fixed by #108
Closed

CovModel.opt_arg should be sorted #103

MuellerSeb opened this issue Sep 20, 2020 · 0 comments · Fixed by #108
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@MuellerSeb
Copy link
Member

MuellerSeb commented Sep 20, 2020

self._opt_arg = list(opt_arg.keys())

In order to have a unique representation for an argument list, the optional arguments CovModel.opt_arg should be sorted by name.
This should be done in CovModel.__init__ at the shown line of code.

@MuellerSeb MuellerSeb added bug Something isn't working enhancement New feature or request labels Sep 20, 2020
@MuellerSeb MuellerSeb added this to the 1.3 milestone Sep 20, 2020
@MuellerSeb MuellerSeb self-assigned this Sep 20, 2020
@MuellerSeb MuellerSeb changed the title CovModel.opt_arg should be sorted CovModel.opt_arg should be sorted Sep 20, 2020
@MuellerSeb MuellerSeb linked a pull request Nov 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant