We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0bd1f commit 1659d71Copy full SHA for 1659d71
src/entities/DFGVariable.jl
@@ -226,7 +226,8 @@ abstract type AbstractPointParametricEst end
226
Data container to store Parameteric Point Estimate (PPE) for mean and max.
227
"""
228
struct MeanMaxPPE <: AbstractPointParametricEst
229
- solveKey::Symbol #repeated because of Sam's request
+ # repeat key value internally (from a design request by Sam)
230
+ solveKey::Symbol
231
suggested::Vector{Float64}
232
max::Vector{Float64}
233
mean::Vector{Float64}
0 commit comments