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.
1 parent 43e0c11 commit 2031833Copy full SHA for 2031833
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