Skip to content

Passed

gpkit.tests.from_paths.TestFiles.test_turbofan_engine_validation_py_mosek (from gpkit.tests.from_paths.TestFiles-20180801172257)

Took 10 sec.

Standard Output

Beginning signomial solve.
Using solver 'mosek'
Solving for 339 variables.
Solving took 1.03 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 1.47 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.536 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.584 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.591 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 1.03 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.433 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.805 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.674 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.307 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.0527 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.251 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.0519 seconds.
Using solver 'mosek'
Solving for 339 variables.
Solving took 0.0827 seconds.
Solving took 14 GP solves and 10.1 seconds.
Warning: Constraint [F_{6}_Engine/EnginePerformance/ThrustPerformance_(0,) + F_{8}_Engine/EnginePerformance/ThrustPerform... >= F_Engine/EnginePerformance/ThrustPerformance_(0,) [N]...] is not tight because the left hand side evaluated to 24185.1789367 newton but the right hand side evaluated to 24184.16 newton (Allowable error: 0.0001%, Actual error: 0.0042%)

Warning: Constraint [F_{6}_Engine/EnginePerformance/ThrustPerformance_(1,) + F_{8}_Engine/EnginePerformance/ThrustPerform... >= F_Engine/EnginePerformance/ThrustPerformance_(1,) [N]...] is not tight because the left hand side evaluated to 26233.0769287 newton but the right hand side evaluated to 26232.36 newton (Allowable error: 0.0001%, Actual error: 0.0027%)

Warning: Constraint [-C_{p_{fuel}_Engine/Combustor*T_{t_f}_Engine/Combustor*f_Engine/EnginePerformance/CombustorPerforman... <= \eta_{B}_Engine/Combustor*f_Engine/EnginePerformance/CombustorPerformance_(0,)*h_{f}_Engine/Combusto...] is not tight because the left hand side evaluated to 583460.149047 joule / kilogram but the right hand side evaluated to 0.583462984111 megajoule / kilogram (Allowable error: 0.0001%, Actual error: 0.00017%)

Warning: Constraint [-C_{p_{fuel}_Engine/Combustor*T_{t_f}_Engine/Combustor*f_Engine/EnginePerformance/CombustorPerforman... <= \eta_{B}_Engine/Combustor*f_Engine/EnginePerformance/CombustorPerformance_(1,)*h_{f}_Engine/Combusto...] is not tight because the left hand side evaluated to 657886.481564 joule / kilogram but the right hand side evaluated to 0.657890793039 megajoule / kilogram (Allowable error: 0.0001%, Actual error: 0.00025%)

Warning: Constraint [-M_{takeoff}_Engine/EngineConstants*\eta_{HPshaft}_Engine/Turbine*fp1_Engine/EnginePerformance/Combu... >= -h_{t_{2.5}}_Engine/EnginePerformance/CompressorPerformance_(1,) + h_{t_3}_Engine/EnginePerformance/...] is not tight because the left hand side evaluated to 351600.226901 joule / kilogram but the right hand side evaluated to 338298.982704 joule / kilogram (Allowable error: 0.0001%, Actual error: 0.77%)

Warning: Constraint [-M_{takeoff}_Engine/EngineConstants*\eta_{LPshaft}_Engine/Turbine*fp1_Engine/EnginePerformance/Combu... >= -\alpha_Engine/EnginePerformance/ThrustPerformance_(1,)*h_{T_{2}}_Engine/EnginePerformance/Compresso...] is not tight because the left hand side evaluated to 419836.022538 joule / kilogram but the right hand side evaluated to 419833.490161 joule / kilogram (Allowable error: 0.0001%, Actual error: 0.0001%)

	

Standard Error

/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/lil.py:19: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from . import _csparsetools
/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py:165: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from ._shortest_path import shortest_path, floyd_warshall, dijkstra,\
/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/csgraph/_validation.py:5: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from ._tools import csgraph_to_dense, csgraph_from_dense,\
/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py:167: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from ._traversal import breadth_first_order, depth_first_order, \
/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py:169: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from ._min_spanning_tree import minimum_spanning_tree
/Users/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/lib/python2.7/site-packages/scipy/sparse/csgraph/__init__.py:170: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  from ._reordering import reverse_cuthill_mckee, maximum_bipartite_matching, \