From 7501602bafb45beb2fbe28755eaa25ddb4c1f85d Mon Sep 17 00:00:00 2001 From: Daniel Thom Date: Wed, 28 Feb 2024 07:34:16 -0700 Subject: [PATCH] Update PowerSystemsTestData to 3.0-alpha --- Artifacts.toml | 6 +++--- Manifest.toml | 6 +++--- src/definitions.jl | 4 +++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Artifacts.toml b/Artifacts.toml index 802bda2..7224311 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,10 +1,10 @@ [CaseData] -git-tree-sha1 = "2b7013812a985ce5884696ce276ca17b2719a57a" +git-tree-sha1 = "5d4238c516a97bf1a5c6d09af6717e2b14e9738d" lazy = true [[CaseData.download]] - url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/2.0.tar.gz" - sha256 = "cb15bf019cc1a187e430d4fe0db9c000decf07dc2cdccc6c1b53b07b136fa41c" + url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-alpha.tar.gz" + sha256 = "8cacfdbe076ed6cc9abdad8efd3218092e7b69f0f8b8830ce22707c5db0d4c68" [rts] git-tree-sha1 = "5098f357bad765bfefcff58f080818863ca776bd" diff --git a/Manifest.toml b/Manifest.toml index bfed687..3f6beb7 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -151,7 +151,7 @@ version = "2.10.0+0" [[deps.InfrastructureSystems]] deps = ["CSV", "DataFrames", "DataStructures", "Dates", "DocStringExtensions", "H5Zblosc", "HDF5", "InteractiveUtils", "JSON3", "Logging", "Mustache", "Pkg", "PrettyTables", "Random", "StructTypes", "TOML", "TerminalLoggers", "TimeSeries", "UUIDs", "YAML"] -git-tree-sha1 = "9456ed801c13d0ca001f6ac776ebc4de34750f30" +git-tree-sha1 = "e46d956e828162c2f17762f52a5b511f27c69ce9" repo-rev = "main" repo-url = "http://github.com/NREL-Sienna/InfrastructureSystems.jl" uuid = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1" @@ -557,9 +557,9 @@ version = "1.5.5+0" [[deps.libaec_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] -git-tree-sha1 = "eddd19a8dea6b139ea97bdc8a0e2667d4b661720" +git-tree-sha1 = "46bf7be2917b59b761247be3f317ddf75e50e997" uuid = "477f73a3-ac25-53e9-8cc3-50b2fa2566f0" -version = "1.0.6+1" +version = "1.1.2+0" [[deps.libblastrampoline_jll]] deps = ["Artifacts", "Libdl"] diff --git a/src/definitions.jl b/src/definitions.jl index 7f554a4..4ac5f5c 100644 --- a/src/definitions.jl +++ b/src/definitions.jl @@ -1,5 +1,7 @@ const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder)))) -const DATA_DIR = joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-2.0") +const DATA_DIR = + joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha") + const RTS_DIR = joinpath(LazyArtifacts.artifact"rts", "RTS-GMLC-0.2.2") const SYSTEM_DESCRIPTORS_FILE = joinpath(PACKAGE_DIR, "src", "system_descriptor.jl")