Skip to content

Commit 68e4592

Browse files
committed
datastructs with ::Number
1 parent bdd22fa commit 68e4592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/datastructs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656
struct ClustResultAll <: ClustResult
5757
best_results::ClustData
5858
best_ids::Array{Int,1}
59-
best_cost::Float
59+
best_cost::Number
6060
data_type::Array{String}
6161
clust_config::Dict{String,Any}
6262
centers::Array{Array{Float},1}
@@ -71,7 +71,7 @@ end
7171
struct ClustResultBest <: ClustResult
7272
best_results::ClustData
7373
best_ids::Array{Int,1}
74-
best_cost::Float
74+
best_cost::Number
7575
data_type::Array{String}
7676
clust_config::Dict{String,Any}
7777
end

0 commit comments

Comments
 (0)