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

Ordered dictionaries abound, but why? #1925

Closed
markcampanelli opened this issue Dec 2, 2023 · 2 comments
Closed

Ordered dictionaries abound, but why? #1925

markcampanelli opened this issue Dec 2, 2023 · 2 comments

Comments

@markcampanelli
Copy link
Contributor

markcampanelli commented Dec 2, 2023

I see OrderedDict being used as the return value in many places, such as pvsystem.max_power_point. Having to mind order is a form of code complexity. Could pvlib use plain old (unordered) dict instead?

@kandersolar
Copy link
Member

See also #1684

@markcampanelli
Copy link
Contributor Author

Ah, sorry for the duplication. Closing this one.

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

No branches or pull requests

2 participants