-
Notifications
You must be signed in to change notification settings - Fork 57
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
Code Duplication Throughout PowerSimulations #1043
Comments
In https://github.com/NREL-Sienna/PowerSimulations.jl/blob/main/src/devices_models/devices/common/add_to_expression.jl, there is a lot of duplication between methods of |
In src/network_models/powermodels_interface.jl, the two methods of |
Lots of duplication between the |
The two
are nearly identical |
The
|
(Probably not all of these are a |
Lots of duplication in |
Duplicate block starting
|
The various |
Same thing at
|
|
The two methods of
are nearly identical |
This is an issue to track instances of code duplication in PowerSimulations.jl that aren't new and aren't a top priority but should be fixed at some point.
The text was updated successfully, but these errors were encountered: