Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_models_model_tests_py_cvxopt (from gpkit.tests.from_paths.TestFiles-20200228004444)

Failing for the past 1 build (Since Failed #213 )
Took 0.16 sec.

Error Message

Missing parentheses in call to 'print' (standard_atmosphere.py, line 45)

Stacktrace

Traceback (most recent call last):
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/gpkit/gpkit/tests/helpers.py", line 64, in test
    testfn(name, import_dict, path)(self)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/gpkit/gpkit/tests/from_paths.py", line 51, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/gpkit/gpkit/tests/from_paths.py", line 37, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/eVTOL/models/model_tests.py", line 8, in <module>
    from mission_models         import OnDemandSizingMission, OnDemandRevenueMission, OnDemandDeadheadMission
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/eVTOL/models/mission_models.py", line 8, in <module>
    from standard_atmosphere    import stdatmo
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/cvxopt/eVTOL/models/standard_atmosphere.py", line 45
    print atmospheric_data["\rho"]
                         ^
SyntaxError: Missing parentheses in call to 'print'
		

Standard Output

	

Standard Error