Skip to content

Passed

gpkit.tests.t_examples.TestExamples.test_x_greaterthan_1_mosek_conif (from gpkit.tests.t_examples.TestExamples-20210820144758)

Took 20 ms.

Standard Error

/Users/jenkins/workspace/CE_gpkit_PR_unit_tests/mosek/gpkit/constraints/sgp.py:174: UserWarning: SGP not convergent: Cost rose by 0.0099% (9.99901e-31 to 1e-30) on GP solve 2. Details can be found in `m.program.results` or by solving at a higher verbosity. Note convergence is not guaranteed for models with SignomialEqualities.
  pywarnings.warn(
/Users/jenkins/workspace/CE_gpkit_PR_unit_tests/mosek/gpkit/small_classes.py:152: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
  v = np.array(v)