Skip to content

Passed

gpkit.tests.from_paths.TestFiles.test_model_jho_py_mosek (from gpkit.tests.from_paths.TestFiles-20190908065643)

Took 12 sec.

Standard Output

Beginning signomial solve.
Allowing negative dual variable(s) as small as -1.8032277060431312e-13.
Solving took 4 GP solves and 10.1 seconds.
Beginning signomial solve.
Allowing negative dual variable(s) as small as -1.818168e-13.
Solving took 4 GP solves and 11 seconds.
Allowing negative dual variable(s) as small as -8.340121995797922e-12.
Allowing negative dual variable(s) as small as -1.2589725269240848e-12.
MTOW [lbs] = 141.77
Zero fuel weight [lbs] = 53.80
Wing span [ft] = 24.00
Aicraft length [ft] = 12.90
Aspect ratio = 25.60
mean aerodynamic chord [ft] = 0.9722
root chord [ft] = 1.250
speed for best rate of climb [m/s]: Vy = 21.829
speed at top of climb [m/s] = 26.626
design loiter speed [m/s] = 25.071
rotation speed at 55 lbs [m/s] = 18.185
rotation speed at 150 lbs [m/s] = 28.236
Allowing negative dual variable(s) as small as -1.2591422045640788e-12.
optimum loiter speed for min power, start of loiter [m/s] = 25.356
optimum loiter speed for min power, end of loiter [m/s] = 25.000
optimum cruise speed, inbound [m/s] = 25.637
optimum cruise speed, outbound [m/s] = 36.421
Beginning signomial solve.
Allowing negative dual variable(s) as small as -2.2597684523687722e-11.
Solving took 4 GP solves and 14.7 seconds.
Max Speed [m/s]: 74.76
Beginning signomial solve.
Solving took 4 GP solves and 1.08 seconds.
Max payload weight [lbf] = 28.242
Max take off weight [lbf] = 166.638
Allowing negative dual variable(s) as small as -8.340956e-12.
Allowing negative dual variable(s) as small as -1.258641e-12.
MTOW [lbs] = 141.77
Zero fuel weight [lbs] = 53.80
Wing span [ft] = 24.00
Aicraft length [ft] = 12.90
Aspect ratio = 25.60
mean aerodynamic chord [ft] = 0.9722
root chord [ft] = 1.250
speed for best rate of climb [m/s]: Vy = 21.829
speed at top of climb [m/s] = 26.626
design loiter speed [m/s] = 25.071
rotation speed at 55 lbs [m/s] = 18.185
rotation speed at 150 lbs [m/s] = 28.236
Allowing negative dual variable(s) as small as -1.259285e-12.
optimum loiter speed for min power, start of loiter [m/s] = 25.356
optimum loiter speed for min power, end of loiter [m/s] = 25.000
optimum cruise speed, inbound [m/s] = 25.637
optimum cruise speed, outbound [m/s] = 36.421
Beginning signomial solve.
Allowing negative dual variable(s) as small as -2.259759e-11.
Solving took 4 GP solves and 14 seconds.
Max Speed [m/s]: 74.76
Beginning signomial solve.
Solving took 4 GP solves and 4.79 seconds.
Max payload weight [lbf] = 28.242
Max take off weight [lbf] = 166.638
	

Standard Error

/Users/jenkins/workspace/gpkit_PullRequest_Models/buildnode/macys_VM/optimizer/mosek/venv2_gpkit/lib/python2.7/site-packages/pint/quantity.py:1377: UnitStrippedWarning: The unit of the quantity is stripped.
  warnings.warn("The unit of the quantity is stripped.", UnitStrippedWarning)
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy/sparse/coo.py:200: VisibleDeprecationWarning: `rank` is deprecated; use the `ndim` attribute or function instead. To find the rank of a matrix see `numpy.linalg.matrix_rank`.
  if np.rank(self.data) != 1 or np.rank(self.row) != 1 or np.rank(self.col) != 1:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy/sparse/compressed.py:130: VisibleDeprecationWarning: `rank` is deprecated; use the `ndim` attribute or function instead. To find the rank of a matrix see `numpy.linalg.matrix_rank`.
  if np.rank(self.data) != 1 or np.rank(self.indices) != 1 or np.rank(self.indptr) != 1: