diff --git a/Project.toml b/Project.toml index a78d19f..3757555 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StorageSystemsSimulations" uuid = "e2f1a126-19d0-4674-9252-42b2384f8e3c" authors = ["Jose Daniel Lara, Rodrigo Henriquez-Auba, Sourabh Dalvi"] -version = "0.8.0" +version = "0.9.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -22,6 +22,6 @@ InfrastructureSystems = "1" JuMP = "1" LinearAlgebra = "1" MathOptInterface = "1" -PowerSimulations = "^0.26" +PowerSimulations = "^0.27" PowerSystems = "3" julia = "^1.6" diff --git a/test/test_utils/operations_problems_templates.jl b/test/test_utils/operations_problems_templates.jl index 6b78a65..1b53ffd 100644 --- a/test/test_utils/operations_problems_templates.jl +++ b/test/test_utils/operations_problems_templates.jl @@ -63,7 +63,7 @@ function get_template_hydro_st_ed(network=CopperPlatePowerModel, duals=[]) return template end -function get_template_dispatch_with_network(network=StandardPTDFModel) +function get_template_dispatch_with_network(network=PTDFPowerModel) template = ProblemTemplate(network) set_device_model!(template, PowerLoad, StaticPowerLoad) set_device_model!(template, ThermalStandard, ThermalBasicDispatch)