Skip to content

Passed

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

Took 6 min 57 sec.

Standard Output

Final PCCP solution let non-GP constraints slacken by 0.011%. 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"])`.
Solution check warning: Dual: sum of nu^T * A did not vanish.
Final PCCP solution let non-GP constraints slacken 
...[truncated 1059 chars]...
lse` 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.0076%. 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.056s]: test_correlated_monomials (run_tests.TestEquivalentPosynomials_mosek_cli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/macys/optimizer/mosek/robust/ro
...[truncated 17494 chars]...
pproximation.py", line 202, in test_bad_relations
    self.assertEqual(actual_relations_mons, relations_mons)
AssertionError: {gpkit.Monomial(1.98·u_41^0.0014·u_94^0.59·u_106^0.62·u_38^[103560 chars] 15}} != {gpkit.Monomial(1.63·x_0^-3.49305904596123·x_1^-0.710031481[278730 chars] 10}}
Diff is 706656 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------
Ran 42 tests in 289.571s

FAILED (failures=8)

Generating XML reports...