Skip to content

Commit

Permalink
Merge pull request #89 from NREL-Sienna/jd/remove_user_folder
Browse files Browse the repository at this point in the history
update artifacts
  • Loading branch information
jd-lara committed May 14, 2024
2 parents 2b97700 + 2d04d77 commit 02abd08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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 = "5d4238c516a97bf1a5c6d09af6717e2b14e9738d"
git-tree-sha1 = "f11575dfda7f75620a905e2254d1191e56ed8915"
lazy = true

[[CaseData.download]]
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-alpha.tar.gz"
sha256 = "8cacfdbe076ed6cc9abdad8efd3218092e7b69f0f8b8830ce22707c5db0d4c68"
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-alpha1.tar.gz"
sha256 = "bd17d745e93cad7c7b963211d18fab7d72a6767dfd3268d8f02071465b173461"

[rts]
git-tree-sha1 = "5098f357bad765bfefcff58f080818863ca776bd"
Expand Down
5 changes: 2 additions & 3 deletions src/definitions.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder))))
# const DATA_DIR =
# joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha")
const DATA_DIR = "/Users/jlara/cache/PowerSystemsTestData"
const DATA_DIR =
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha1")

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

Expand Down

0 comments on commit 02abd08

Please sign in to comment.