Skip to content

Passed

gpkit.tests.from_paths.TestFiles.test_run_tests_py_mosek_cli (from gpkit.tests.from_paths.TestFiles-20220108184652)

Took 1 min 10 sec.

Standard Output

Solution check warning: Dual: sum of nu^T * A did not vanish.
Final PCCP solution let non-GP constraints slacken by 58%. 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 
...[truncated 1464 chars]...
=m.solution["variables"])`.
Solution check warning: Dual cost 57126.403941188546 does not match primal cost 57143.79
Final PCCP solution let non-GP constraints slacken by 1%. 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.005s]: 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 9648 chars]...
term_approximation.py", line 202, in test_bad_relations
    self.assertEqual(actual_relations_mons, relations_mons)
AssertionError: {gpkit.Monomial(7.46·u_77^0.11·u_19^0.17·u_20^0.2·u_119^0[35226 chars]: 8}} != {gpkit.Monomial(9.77·x_0^4.778274927740435·x_1^2.72757198[141266 chars]: 3}}
Diff is 306048 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------
Ran 42 tests in 69.573s

FAILED (failures=8)

Generating XML reports...