From a9b16d64cac936166497127126f15f58601de36d Mon Sep 17 00:00:00 2001 From: rodrigomha Date: Mon, 17 Jun 2024 16:58:39 -0700 Subject: [PATCH] use new artifact --- src/definitions.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/definitions.jl b/src/definitions.jl index 919eb3d..3304213 100644 --- a/src/definitions.jl +++ b/src/definitions.jl @@ -1,7 +1,6 @@ const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder)))) -#const DATA_DIR = -# joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha3") -const DATA_DIR = "/Users/rhenriqu/PSY_Renaming/PowerSystemsTestData" +const DATA_DIR = + joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-beta") const RTS_DIR = joinpath(LazyArtifacts.artifact"rts", "RTS-GMLC-0.2.2")