Skip to content

Passed

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

Took 1 min 22 sec.

Standard Output

Final PCCP solution let non-GP constraints slacken by 0.0046%. 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.033%. Calling .localsolve(pccp_penalty=...) with a highe
...[truncated 1419 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.0062%. 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...
----------------------------------------------------------------------
..........................................
----------------------------------------------------------------------
Ran 42 tests in 82.143s

OK

Generating XML reports...