Skip to content

Commit

Permalink
remove duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Dec 1, 2023
1 parent e592fa0 commit 1f77476
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/model/resources/fusion/fusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ function fusion_parasitic_power_expressions(inputs::Dict, zone::Int)::Set{Symbol
return Set(exprs)

Check warning on line 60 in src/model/resources/fusion/fusion.jl

View check run for this annotation

Codecov / codecov/patch

src/model/resources/fusion/fusion.jl#L57-L60

Added lines #L57 - L60 were not covered by tests
end

@doc raw"""
fusion_parasitic_power_expressions(dict::Dict, zone::Int)
dict: a dictionary of model data
get listings of parasitic power expressions.
This is available only after `fusion_formulation!` has been called.
"""
function fusion_parasitic_power_expressions(dict::Dict, zone::Int)::Set{Symbol}
dict[FUSION_COMPONENT_ZONE]
end

@doc raw"""
fusion_pulse_start_expressions(dict::Dict)
Expand Down

0 comments on commit 1f77476

Please sign in to comment.