Skip to content

Commit

Permalink
update testdata references
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jun 11, 2024
1 parent 2fdf7e5 commit 54786d9
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 = "c4fd91fb97f0a3b80df0855c5045667f3618239d"
git-tree-sha1 = "2a7b074edd75ec58ec941100625dde6a6a651d60"
lazy = true

[[CaseData.download]]
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-alpha2.tar.gz"
sha256 = "b5b54aecc775212b32b05f8a746a25a065b417f35752d7eafad3e04edb8b55f8"
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-alpha3.tar.gz"
sha256 = "9b496b928a3a675f12f68344c9b10ed86d45ff339cfee6013f6d7e3e58e22d27"

[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,5 +1,5 @@
const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder))))
const DATA_DIR = "/Users/rhenriqu/PSY_Renaming/PowerSystemsTestData"
const DATA_DIR = joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha3")

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

Expand Down

0 comments on commit 54786d9

Please sign in to comment.