We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e0c11 + 2031833 commit b50b25cCopy full SHA for b50b25c
Regional_Jet_Optimization/Optimize.py
@@ -43,8 +43,8 @@ def main():
43
#output = scipy_setup.SciPy_Solve(problem,solver='SLSQP')
44
#print output
45
46
- print 'fuel burn = ', problem.summary.base_mission_fuelburn
47
- print 'fuel margin = ', problem.all_constraints()
+ print('fuel burn = ', problem.summary.base_mission_fuelburn)
+ print('fuel margin = ', problem.all_constraints())
48
49
Plot_Mission.plot_mission(problem)
50
0 commit comments