Skip to content

Commit

Permalink
remove redundant environment variable set
Browse files Browse the repository at this point in the history
  • Loading branch information
ASC95 committed Dec 14, 2023
1 parent 5eee297 commit 15cf189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions omf/solvers/reopt_jl/REoptSolver/src/REoptSolver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export run
using REopt, JuMP, JSON, HiGHS #SCIP #, Cbc
#Ipopt, ECOS, Clp, GLPK

ENV["NREL_DEVELOPER_API_KEY"]="WhEzm6QQQrks1hcsdN0Vrd56ZJmUyXJxTJFg6pn9"

function get_model(path::String, max_runtime_s::Union{Nothing,Int})
m = Model(HiGHS.Optimizer)
set_attribute(m,"threads",20)
Expand Down

0 comments on commit 15cf189

Please sign in to comment.