Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_model_print_perf_py_mosek_conif (from gpkit.tests.from_paths.TestFiles-20200302201403)

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

Error Message

Missing parentheses in call to 'print' (print_perf.py, line 62)

Stacktrace

Traceback (most recent call last):
  File "/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/gpkit/tests/helpers.py", line 59, in test
    testfn(name, import_dict, path)(self)
  File "/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/gpkit/tests/from_paths.py", line 48, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/gpkit/tests/from_paths.py", line 34, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/jho/model/print_perf.py", line 62
    print "MTOW [lbs] = %.2f" % mtow
                            ^
SyntaxError: Missing parentheses in call to 'print'
		

Standard Output

Using a sequence of GP solves
Solving for 8 variables in 6 signomial constraints
Solving took 1.88 seconds and 4 GP solves.
Using a sequence of GP solves
Solving for 8 variables in 6 signomial constraints
Solving took 1.54 seconds and 4 GP solves.
	

Standard Error

/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/venv2_gpkit/lib/python3.5/site-packages/pint/quantity.py:1377: UnitStrippedWarning: The unit of the quantity is stripped.
  warnings.warn("The unit of the quantity is stripped.", UnitStrippedWarning)
/jenkins/workspace/CE_gpkit_PR_research_models/buildnode/reynolds/optimizer/mosek/venv2_gpkit/lib/python3.5/site-packages/pint/quantity.py:1377: UnitStrippedWarning: The unit of the quantity is stripped.
  warnings.warn("The unit of the quantity is stripped.", UnitStrippedWarning)