-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PSY4] Line rate and storage naming updates #95
Conversation
@jd-lara This is ready for review. We only need to revert the DATA_DIR changes once the new artifact for TestData with PR: NREL-Sienna/PowerSystemsTestData#57 is available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update artifacts to use the correct reference to TestData
@@ -1,6 +1,5 @@ | |||
const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder)))) | |||
const DATA_DIR = | |||
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha2") | |||
const DATA_DIR = joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha3") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
const DATA_DIR = joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha3") | |
const DATA_DIR = | |
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-alpha3") |
No description provided.