Skip to content

Commit

Permalink
update initial repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 10, 2024
1 parent b78edb9 commit 8d1bee1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerSimulationsDecomposition.jl

[![Master - CI](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/actions/workflows/main-tests.yml)
[![Main - CI](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/workflows/Main%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/actions/workflows/main-tests.yml)
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSimulationsDecomposition.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSimulationsDecomposition.jl)
[![Documentation Build](https://github.com/NREL-Sienna/PowerSimulationsDecomposition.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/PowerSimulationsDecomposition.jl/stable)
[<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)
Expand Down
2 changes: 2 additions & 0 deletions src/PowerSimulationsDecomposition.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module PowerSimulationsDecomposition

export MultiRegionProblem

import PowerSimulations
import PowerSystems
import InfrastructureSystems
Expand Down
3 changes: 3 additions & 0 deletions test/test_core.jl
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
@test 1 == 1


#sys = build_system(PSISystems, "sys10_pjm_ac_dc")

0 comments on commit 8d1bee1

Please sign in to comment.