|
|
|
@ -930,7 +930,8 @@ function collect!(metrics::Vector, family::Family{C}) where {C} |
|
|
|
end |
|
|
|
end |
|
|
|
# Sort samples lexicographically by the labels |
|
|
|
# Sort samples lexicographically by the labels |
|
|
|
sort!( |
|
|
|
sort!( |
|
|
|
samples; by = function(x) |
|
|
|
samples; |
|
|
|
|
|
|
|
by = function (x) |
|
|
|
labels = x.label_values |
|
|
|
labels = x.label_values |
|
|
|
@assert(labels !== nothing) |
|
|
|
@assert(labels !== nothing) |
|
|
|
return labels.label_values |
|
|
|
return labels.label_values |
|
|
|
|