-
## Steps to reproduce
1. pip install nevergrad
2. git clone git@github.com:facebookresearch/nevergrad.git
3. cd nevergrad/examples
4. python powersystem.py
5. using anaconda python 3.…
-
Sometimes I want to read a matpower file, but don't want to load/precompile JuMP and all the rest of the package dependencies of PowerModels.
One aspect of this is that PGLib.jl and PowerPlots.jl…
-
`CostCurve` and `FuelCurve` keep track of `power_units::UnitSystem`. Also, `FuelCurve` has a `fuel_cost`, which is sometimes a scalar. It would be useful to have built-in support for
1. Conversion …
-
Explore if a clever use of JuMP expressions can be used to build objective functions where the number of terms is not consistent across multiple networks.
For example when combining two networks, o…
-
The syntax `using X as Y` currently throws a syntax error:
```julia
julia> using DataFrames as df
ERROR: syntax: invalid syntax "using DataFrames as ..."
Stacktrace:
[1] top-level scope
@ no…
-
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 vers…
-
Revisit the names for everything in the data model and update to consistent and clean naming conventions.
@frederikgeth, this is not coming anytime soon, but we can bike shed about it in this threa…
-
If one renames components attached to a system in a loop over `get_components`:
```julia
using PowerSystems
using PowerSystemCaseBuilder
sys = build_system(PSISystems, "RTS_GMLC_DA_sys")
@sho…
-
Hello, I'm trying to run the examples for Nonlinear Differential-Algebraic continuous examples (as I am working on a power project and I'm trying to debug why my own case is running into issues at the…
-
It isn't clear currently what's the process to avoid the warning
```
┌ Warning: struct MyCustomDevice does not exist in validation configuration file, validation skipped
└ @ InfrastructureSystems ~…