Skip to content
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

Pass horizon as Period in transform_single_time_series #90

Merged
merged 1 commit into from
May 15, 2024

Conversation

daniel-thom
Copy link
Contributor

No description provided.

@jd-lara jd-lara merged commit 62448f9 into psy4 May 15, 2024
1 of 6 checks passed
@jd-lara jd-lara deleted the dt/horizon-as-time branch June 25, 2024 16:41
@@ -616,7 +616,7 @@ end

function build_modified_RTS_GMLC_RT_sys(; kwargs...)
sys = build_modified_RTS_GMLC_realization_sys(; kwargs...)
PSY.transform_single_time_series!(sys, 12, Minute(15))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jd-lara Was this change correct?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same Hour(1)

@@ -310,7 +310,7 @@ function build_5_bus_hydro_ed_sys(; raw_data, kwargs...)
time_series_in_memory = true,
sys_kwargs...,
)
PSY.transform_single_time_series!(c_sys5_hy_ed, 12, Hour(1))
PSY.transform_single_time_series!(c_sys5_hy_ed, Hour(12), Hour(1))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GabrielKS this should be Hour(1). My bad when I did the review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants