Skip to content

Commit b54a429

Browse files
committed
Unordered MeanmaxPPE
1 parent c214bec commit b54a429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entities/DFGVariable.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Base.@kwdef struct MeanMaxPPE <: AbstractPointParametricEst
155155
lastUpdatedTimestamp::Union{ZonedDateTime, Nothing} = nothing
156156
end
157157

158-
StructTypes.StructType(::Type{MeanMaxPPE}) = StructTypes.OrderedStruct()
158+
StructTypes.StructType(::Type{MeanMaxPPE}) = StructTypes.UnorderedStruct()
159159
StructTypes.idproperty(::Type{MeanMaxPPE}) = :id
160160
StructTypes.omitempties(::Type{MeanMaxPPE}) = (:id,)
161161

@@ -370,7 +370,7 @@ end
370370

371371
SkeletonDFGVariable(label::Symbol, tags=Set{Symbol}(); id::Union{UUID, Nothing}=nothing) = SkeletonDFGVariable(id, label, tags)
372372

373-
StructTypes.StructType(::Type{SkeletonDFGVariable}) = StructTypes.OrderedStruct()
373+
StructTypes.StructType(::Type{SkeletonDFGVariable}) = StructTypes.UnorderedStruct()
374374
StructTypes.idproperty(::Type{SkeletonDFGVariable}) = :id
375375
StructTypes.omitempties(::Type{SkeletonDFGVariable}) = (:id,)
376376

0 commit comments

Comments
 (0)