Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_model_print_perf_py_mosek_cli (from gpkit.tests.from_paths.TestFiles-20180420113527)

Failing for the past 1 build (Since Failed #82 )
Took 4.4 sec.

Error Message

0.0 cannot be raised to a negative power

Stacktrace

Traceback (most recent call last):
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 39, in test_fn
    mod.test()
  File "print_perf.py", line 194, in test
  File "print_perf.py", line 42, in jho_subs
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\prog_factories.py", line 117, in solvefn
    self.program, progsolve = genfunction(self)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\prog_factories.py", line 74, in programify
    prog = program(self.cost, self, constants, **kwargs)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\sgp.py", line 64, in __init__
    self._gp = self.init_gp(self.substitutions)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\sgp.py", line 185, in init_gp
    gp = GeometricProgram(self.cost, [gpconstrs, spapproxs], substitutions)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\gp.py", line 72, in __init__
    self.posynomials.extend(self.as_posyslt1(self.substitutions))
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\set.py", line 254, in as_posyslt1
    posys = constraint.as_posyslt1(substitutions)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\set.py", line 254, in as_posyslt1
    posys = constraint.as_posyslt1(substitutions)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\nomials\math.py", line 471, in as_posyslt1
    hmap = self._simplify_posy_ineq(hmap, self.pmap)
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\nomials\math.py", line 428, in _simplify_posy_ineq
    scaled = hmap/coeff
  File "d:\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\small_classes.py", line 242, in __div__
    def __div__(self, other): return self * other**-1
ZeroDivisionError: 0.0 cannot be raised to a negative power
		

Standard Output

Beginning signomial solve.
Allowing negative dual variable(s) as small as -5.1892084379501213e-14.
Allowing negative dual variable(s) as small as -7.48776041170629e-14.
Allowing negative dual variable(s) as small as -1.5188067817306639e-13.
Allowing negative dual variable(s) as small as -1.5030468189514146e-13.
Solving took 4 GP solves and 14.1 seconds.
Beginning signomial solve.
Allowing negative dual variable(s) as small as -5.2684853008022614e-14.
Allowing negative dual variable(s) as small as -7.368151228037689e-14.
Allowing negative dual variable(s) as small as -1.5137370523721216e-13.
Allowing negative dual variable(s) as small as -1.4869702691377995e-13.
Solving took 4 GP solves and 6.58 seconds.
	

Standard Error