-
Notifications
You must be signed in to change notification settings - Fork 5
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
restore ff code #13
restore ff code #13
Conversation
@sourabhdalvi We work on this PR to get the QAQC done for restoring this EnergyLimitFF |
src/core/feedforward.jl
Outdated
source::Type{T}, | ||
affected_values::Vector{DataType}, | ||
number_of_periods::Int, | ||
meta = CONTAINER_KEY_EMPTY_META, |
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 🐶
meta = CONTAINER_KEY_EMPTY_META, | |
meta=CONTAINER_KEY_EMPTY_META, |
src/core/feedforward.jl
Outdated
for (ix, v) in enumerate(affected_values) | ||
if v <: VariableType | ||
values_vector[ix] = | ||
PSI.get_optimization_container_key(v(), component_type, meta) |
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 🐶
PSI.get_optimization_container_key(v(), component_type, meta) | |
PSI.get_optimization_container_key(v(), component_type, meta) |
src/core/feedforward.jl
Outdated
T, | ||
set_name, | ||
1:no_trenches; | ||
meta = "$(var_type)integral", |
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 🐶
meta = "$(var_type)integral", | |
meta="$(var_type)integral", |
Expected to fail until release of PSI 0.24 |
This moves the code into SSS.