Gabriel Konar-Steenberg

Results 15 issues of Gabriel Konar-Steenberg

The changes to `OptimizerStats` in https://github.com/NREL-Sienna/PowerSimulations.jl/commit/0d6f377a4a3c9f6f5c9be1a49acf75dfff94d793 prevent calling `read_optimizer_stats` on results serialized with a previous version of PowerSimulations. ```julia using PowerSimulations res = get_decision_problem_results(SimulationResults("path/to/old/results"), "UC") read_optimizer_stats(res) ``` The above works...

code bug

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.

performance
good first issue

At https://github.com/NREL-Sienna/PowerSimulations.jl/blob/f93f740f8d4ffc61895bf3a8f59f400fdc3961a0/src/core/optimization_container.jl#L437, https://github.com/NREL-Sienna/PowerSimulations.jl/blob/f93f740f8d4ffc61895bf3a8f59f400fdc3961a0/src/network_models/network_slack_variables.jl#L41, and https://github.com/NREL-Sienna/PowerSimulations.jl/blob/f93f740f8d4ffc61895bf3a8f59f400fdc3961a0/src/network_models/powermodels_interface.jl#L302, we have special cases for when a particular dictionary is empty. The empty dictionary is being used as a null value, but `nothing` would be...

When PowerSystems encounters old serialized data formats, it [automatically converts them](https://github.com/NREL-Sienna/PowerSystems.jl/blob/v3.2.3/src/data_format_conversions.jl) to the latest version. Roughly, the way this is currently implemented is with a function that converts the previous...

good first issue

This is a list of TODOs that remain unfinished from https://github.com/NREL-Sienna/PowerSystems.jl/pull/1071, they should all be addressed before PSY 4 is released. - [ ] Make other fields of `MarketBidCost` time...

Once https://github.com/NREL-Sienna/PowerSystems.jl/pull/1071 is merged, there will remain a few areas where piecewise cost data are manipulated on a low-level, ad hoc basis. These should eventually be converted to use the...

This draft PR will get filled in as @tengis-nrl and I move the ComponentSelector features from PowerAnalytics to InfrastructureSystems.

This is a list of TODOs that remain unfinished from https://github.com/NREL-Sienna/InfrastructureSystems.jl/pull/344, they should all be addressed before IS is released. - [x] #359 - [ ] In `retransform_hdf_array`, use of...

Here are a few issues that came up in https://github.com/NREL-Sienna/InfrastructureSystems.jl/pull/349 that didn't quite merit being dealt with there but should probably be addressed at some point. Some of these might...

This draft PR will get filled in as @tengis-nrl and I move the ComponentSelector features from PowerAnalytics to InfrastructureSystems.