Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some bugs #48

Merged
merged 6 commits into from
Dec 4, 2024
Merged

Fix some bugs #48

merged 6 commits into from
Dec 4, 2024

Conversation

rodrigomha
Copy link
Collaborator

Closes #41 and #44

@rodrigomha rodrigomha requested a review from jd-lara December 4, 2024 03:38
@@ -53,6 +54,7 @@ import DataStructures: OrderedDict
const MOI = MathOptInterface
const PSI = PowerSimulations
const PSY = PowerSystems
const PNM = PowerNetworkMatrices
Copy link
Member

Choose a reason for hiding this comment

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

Lets do this to avoid dependency hell

Suggested change
const PNM = PowerNetworkMatrices
const PNM = PSI.PNM

Project.toml Outdated
@@ -11,17 +11,19 @@ InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
PowerNetworkMatrices = "bed98974-b02a-5e2f-9fe0-a103f5c450dd"
Copy link
Member

Choose a reason for hiding this comment

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

remove from here

@jd-lara jd-lara merged commit 56cfe62 into main Dec 4, 2024
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage without reservation binary variables cannot provide reserves
2 participants