OldExamples.jl icon indicating copy to clipboard operation
OldExamples.jl copied to clipboard

Examples of how to use the modeling capabilities developed under the Scalable Integrated Infrastructure Planning Initiative at NREL.

Results 3 OldExamples.jl issues
Sort by recently updated
recently updated
newest added

The paths in the adding forecast example were no longer correct. Changed them for the new locations in the `PowerSystems.jl` test data directory.

Looks like the amount of cases we want to showcase in this repo has become impossible to maintain. We should consider moving the code to the respective package repositories for...

Several examples, specially the PSI ones, depend on previous code and include calls like this one: ```julia pkgpath = dirname(dirname(pathof(SIIPExamples))) include( joinpath(pkgpath, "test", "3_PowerSimulations_examples", "01_operations_problems.jl"), ) ``` we should make...