Skip to content

Commit

Permalink
Merge pull request #113 from NREL-Sienna/jd/bump_hydro_testdata
Browse files Browse the repository at this point in the history
change artifacts
  • Loading branch information
jd-lara authored Nov 21, 2024
2 parents d387fa0 + 0a0ba30 commit 135e7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[CaseData]
git-tree-sha1 = "afb608473cf4d5eb22147856de1a1a651f36d40b"
git-tree-sha1 = "45fbc4fe058ae508e0d03c697ca276c3484a9c5e"
lazy = true

[[CaseData.download]]
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.1.tar.gz"
sha256 = "4ac6ccd9dc9690b52ad6d0f46eeb759608e04ef8bc871732ff54bdbb0493dcea"
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.2.tar.gz"
sha256 = "644ed7c6eae49e048175f81fc4e0f36c46665d8cf8dbf9ce21bcee936b3b4e5e"

[rts]
git-tree-sha1 = "5098f357bad765bfefcff58f080818863ca776bd"
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder))))
const DATA_DIR =
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.1")
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.2")

const RTS_DIR = joinpath(LazyArtifacts.artifact"rts", "RTS-GMLC-0.2.2")

Expand Down

0 comments on commit 135e7d7

Please sign in to comment.