Skip to content

Failed

gpfit.tests.t_examples.TestExamples.test_hoburgabbeel_ex6_3_cvxopt (from gpfit.tests.t_examples.TestExamples-20210821101544)

Failing for the past 1 build (Since Failed #122 )
Took 8.4 sec.

Error Message

False is not true

Stacktrace

Traceback (most recent call last):
  File "/Users/jenkins/workspace/CE_gpfit_Push/buildnode/macys_VM/gpkit/gpkit/tests/helpers.py", line 55, in test
    testfn(name, import_dict, path)(self)
  File "/Users/jenkins/workspace/CE_gpfit_Push/buildnode/macys_VM/gpkit/gpkit/tests/helpers.py", line 91, in test
    getattr(self, name)(imported[name])
  File "/Users/jenkins/workspace/CE_gpfit_Push/buildnode/macys_VM/gpfit/tests/t_examples.py", line 40, in test_hoburgabbeel_ex6_3
    self.assertTrue(example.errorSMA < 1e-3)
AssertionError: False is not true

Standard Output

ISMA fit from params
1 = (1.07996/w**0.0769231) * (u_1)**0.153846 * (u_2)**0.230769 * (u_3)**0.307692
    + (1.42924/w**0.0714286) * (u_1)**0.428571 * (u_2)**0.5 * (u_3)**0.571429
    + (1.82212/w**0.0666667) * (u_1)**0.666667 * (u_2)**0.733333 * (u_3)**0.8
MA fit from params
w = 2.71828 * (u_1)**2 * (u_2)**3 * (u_3)**4
w = 148.413 * (u_1)**6 * (u_2)**7 * (u_3)**8
w = 8103.08 * (u_1)**10 * (u_2)**11 * (u_3)**12
SMA fit from params
w**0.0769231 = 1.07996 * (u_1)**0.153846 * (u_2)**0.230769 * (u_3)**0.307692
    + 1.46905 * (u_1)**0.461538 * (u_2)**0.538462 * (u_3)**0.615385
    + 1.99832 * (u_1)**0.769231 * (u_2)**0.846154 * (u_3)**0.923077
SMA fit from params
w**3.44509 = 0.153186 * (u_1)**0.584903
    + 0.84708 * (u_1)**-2.14963
SMA fit from params
w**3.44509 = 0.153186 * (u_1)**0.584903
    + 0.84708 * (u_1)**-2.14963
SMA fit from params
w**3.43766 = 0.413082 * (u_1)**-2.14712
    + 0.433672 * (u_1)**-2.14657
    + 0.153564 * (u_1)**0.584449
ISMA fit from params
1 = (0.945759/w**0.107864) * (u_1)**0.0169208
    + (0.996489/w**0.14293) * (u_1)**-0.083482
    + (0.978071/w**0.108099) * (u_1)**-0.0196086
MA fit from params
w = 0.814122 * (u_1)**-0.0792403
w = 0.931182 * (u_1)**-0.262913
w = 0.995606 * (u_1)**-0.436027

Standard Error

/Users/jenkins/workspace/CE_gpfit_Push/buildnode/macys_VM/venv2_gpfit/lib/python3.9/site-packages/numpy/core/fromnumeric.py:86: UnitStrippedWarning: The unit of the quantity is stripped when downcasting to ndarray.
  return ufunc.reduce(obj, axis, dtype, out, **passkwargs)