Skip to content

Failed

run_tests.TestEquivalentPosynomials_mosek_cli.test_correlated_monomials (from run_tests.TestEquivalentPosynomials_mosek_cli-20220329165704)

Failing for the past 1 build (Since Failed #261 )
Took 35 ms.

Error Message

Items in the first set but not the second: gpkit.Posynomial(x_2^1.3/x_0^4.8/x_1^0.89 + x_2^4·x_0^4.8/x_1^2.4) Items in the second set but not the first: gpkit.Posynomial(x_1^0.28·x_2^0.65·u_0^1.4·x_0^3.7 + x_0^-1.6285210422411103·x_1^1.7828501728824122·x_2^-2.4772739780661945·u_0^-2.2633452427922056)

Stacktrace

Traceback (most recent call last):
  File "/Users/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/robust/robust/testing/t_equivalent_posynomials.py", line 99, in test_correlated_monomials
    self.assertSetEqual(set(actual_posynomials), set(theoretical_posynomials))
AssertionError: Items in the first set but not the second:
gpkit.Posynomial(x_2^1.3/x_0^4.8/x_1^0.89 + x_2^4·x_0^4.8/x_1^2.4)
Items in the second set but not the first:
gpkit.Posynomial(x_1^0.28·x_2^0.65·u_0^1.4·x_0^3.7 + x_0^-1.6285210422411103·x_1^1.7828501728824122·x_2^-2.4772739780661945·u_0^-2.2633452427922056)