Skip to content
Snippets Groups Projects
Commit 42685053 authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[unittest] fix error introduced by !101

parent 5e9c65e3
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ assert(( costData.Lx[~lowersafe & ~uppersafe] !=0.).all())
lowerLimit[:rmodel.nq] = -np.inf # inf position lower limit
upperLimit[-rmodel.nv:] = np.inf # inf velocity upper limit
act_ineq = ActivationModelInequality(lowerLimit = lowerLimit, upperLimit=upperLimit, beta=1.0)
act_ineq = ActivationModelInequality(lowerLimit = lowerLimit, upperLimit=upperLimit, beta=None)
costModel = CostModelState(rmodel, X, ref=X.zero(),
activation=act_ineq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment