Skip to content

Commit

Permalink
Merge pull request #27 from NREL-Sienna/jd/bump_psi
Browse files Browse the repository at this point in the history
Jd/bump psi
  • Loading branch information
jd-lara authored Jan 24, 2024
2 parents 7c6d9b1 + 5fd260f commit 269022d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -22,6 +22,6 @@ InfrastructureSystems = "1"
JuMP = "1"
LinearAlgebra = "1"
MathOptInterface = "1"
PowerSimulations = "^0.26"
PowerSimulations = "^0.27"
PowerSystems = "3"
julia = "^1.6"
2 changes: 1 addition & 1 deletion test/test_utils/operations_problems_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

2 comments on commit 269022d

@jd-lara
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/99474

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.0 -m "<description of version>" 269022d4b337ce22ed6c193780b84b3d585e994f
git push origin v0.9.0

Please sign in to comment.