Skip to content

Passed

gpkit.tests.from_paths.TestFiles.test_run_tests_py_mosek_conif (from gpkit.tests.from_paths.TestFiles-20220302153805)

Took 41 sec.

Standard Output

Final PCCP solution let non-GP constraints slacken by 0.0094%. Calling .localsolve(pccp_penalty=...) with a higher `pccp_penalty` (it was 200 this time) will reduce slack if the model is solvable with less. To verify that the slack is needed, generate an SGP with `use_pccp=False` and start it from this model's  solution: e.g. `m.localsolve(use_pccp=False, x0=m.solution["variables"])`.
Final PCCP solution let non-GP constraints slacken by 0.048%. Calling .localsolve(pccp_penalty=...) with a highe
...[truncated 162 chars]...
alse` and start it from this model's  solution: e.g. `m.localsolve(use_pccp=False, x0=m.solution["variables"])`.
Final PCCP solution let non-GP constraints slacken by 0.027%. Calling .localsolve(pccp_penalty=...) with a higher `pccp_penalty` (it was 200 this time) will reduce slack if the model is solvable with less. To verify that the slack is needed, generate an SGP with `use_pccp=False` and start it from this model's  solution: e.g. `m.localsolve(use_pccp=False, x0=m.solution["variables"])`.

Standard Error

Running tests...
----------------------------------------------------------------------
.F...F................FF..FF....F..F......
======================================================================
FAIL [0.068s]: test_correlated_monomials (run_tests.TestEquivalentPosynomials_mosek_cli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/robust/robus
...[truncated 19355 chars]...
term_approximation.py", line 202, in test_bad_relations
    self.assertEqual(actual_relations_mons, relations_mons)
AssertionError: {gpkit.Monomial(3.95·u_8^0.054·u_33^0.087·x_1^0.097·u_11^[38258 chars]: 8}} != {gpkit.Monomial(8.19·x_0^-3.2369635574898514·x_1^-1.99640[103928 chars] 11}}
Diff is 254750 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------
Ran 42 tests in 41.227s

FAILED (failures=8)

Generating XML reports...