Skip to content

Failed

robust.testing.t_simulation.TestSimulation.test_simulate (from robust.testing.t_simulation.TestSimulation-20191002140815)

Failing for the past 1 build (Since Failed #46 )
Took 2 min 39 sec.

Error Message

problem unsolved after 101 iterations.      The last result is available in Model.program.gps[-1].result. If the gps     appear to be converging, you may wish to increase the iteration limit by     calling .localsolve(..., iteration_limit=NEWLIMIT).

Stacktrace

Traceback (most recent call last):
  File "/jenkins/workspace/CE_robust_PR/cvxopt/robust/testing/t_simulation.py", line 28, in test_simulate
    simulate.generate_model_properties(model, number_of_time_average_solves, number_of_iterations)
  File "/jenkins/workspace/CE_robust_PR/cvxopt/robust/simulations/simulate.py", line 365, in generate_model_properties
    nominal_solution = model.localsolve(verbosity=0, iteration_limit=100)
  File "/jenkins/workspace/CE_robust_PR/cvxopt/gpkit/gpkit/constraints/prog_factories.py", line 124, in solvefn
    result = progsolve(solver, verbosity, **kwargs)
  File "/jenkins/workspace/CE_robust_PR/cvxopt/gpkit/gpkit/constraints/sgp.py", line 131, in localsolve
    calling .localsolve(..., iteration_limit=NEWLIMIT).""" % len(self.gps))
RuntimeWarning: problem unsolved after 101 iterations.

    The last result is available in Model.program.gps[-1].result. If the gps
    appear to be converging, you may wish to increase the iteration limit by
    calling .localsolve(..., iteration_limit=NEWLIMIT).
		

Standard Output

	

Standard Error