Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Feb 11, 2019
1 parent fcea0f3 commit 199b90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mopt/Examples.jl
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ function snorm_6_taxi(tol;par=false)
MomentOpt.addMoment!(mprob,moms)
MomentOpt.addEvalFunc!(mprob,objfunc_norm)

s = optSlices(mprob,3,tol=tol,parallel=par)
s = optSlices(mprob,3,tol=tol,parallel=par,update=0.4)
return (moms,s)

end

0 comments on commit 199b90a

Please sign in to comment.