Skip to content

Commit ba3ac88

Browse files
johnnychen94ararslan
authored andcommitted
correct NormRMSDeviation type (#131)
1 parent 11c2056 commit ba3ac88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct SpanNormDist <: SemiMetric end
9797
struct MeanAbsDeviation <: Metric end
9898
struct MeanSqDeviation <: SemiMetric end
9999
struct RMSDeviation <: Metric end
100-
struct NormRMSDeviation <: Metric end
100+
struct NormRMSDeviation <: PreMetric end
101101

102102
struct PeriodicEuclidean{W <: AbstractArray{<: Real}} <: Metric
103103
periods::W

0 commit comments

Comments
 (0)