Skip to content

Commit

Permalink
update code to instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 10, 2024
1 parent 299d8c0 commit 955b057
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ authors = ["Jose Daniel Lara"]
version = "0.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
PowerSimulations = "e690365d-45e2-57bb-ac84-44ba829e73c4"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"

[compat]
DocStringExtensions = "~0.8, ~0.9"
Dates = "1"
InfrastructureSystems = "^1.21"
JuMP = "1"
MPI = "^0.20"
PowerSimulations = "^0.25"
PowerSystems = "^3"
julia = "^1.6"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[<img src="https://img.shields.io/badge/slack-@Sienna/PSIDec-sienna.svg?logo=slack">](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
[![PowerSimulationsDecomposition.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerSimulationsDecomposition)](https://pkgs.genieframework.com?packages=PowerSimulationsDecomposition)


## Development

Contributions to the development and enahancement of PowerSimulationsDecomposition is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/blob/master/CONTRIBUTING.md) for code contribution guidelines.
Expand Down
7 changes: 5 additions & 2 deletions src/PowerSimulationsDecomposition.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
module PowerSimulationsDecomposition

import PowerSimulations
import PowerSystems
import InfrastructureSystems
import JuMP
import Dates
import MPI

const PSI = PowerSimulations
const PSY = PowerSystems
const IS = InfrastructureSystems
const PM = PSI.PM
const PSY = PSI.PSY
const IS = PSI.IS


using DocStringExtensions
@template (FUNCTIONS, METHODS) = """
Expand Down

0 comments on commit 955b057

Please sign in to comment.