Skip to content

Commit

Permalink
Return Array{String} from select
Browse files Browse the repository at this point in the history
  • Loading branch information
anriseth authored and abelsiqueira committed Jan 2, 2018
1 parent 97eeff4 commit a9db1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classification.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function select(;min_var=1, max_var=Inf, min_con=0, max_con=Inf,

data = JSON.parsefile(joinpath(dirname(@__FILE__), "classf.json"))
problems = keys(data)
selection = []
selection = Array{String,1}()
for p in problems
pv = data[p]["variables"]
pc = data[p]["constraints"]
Expand Down

0 comments on commit a9db1a7

Please sign in to comment.