Skip to content

Commit fe91209

Browse files
committed
changing plotting functions in tutorial
2 parents 0a62caa + b50b25c commit fe91209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Regional_Jet_Optimization/Optimize.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def main():
4343
#output = scipy_setup.SciPy_Solve(problem,solver='SLSQP')
4444
#print output
4545

46-
print ('fuel burn = ', problem.summary.base_mission_fuelburn)
47-
print ('fuel margin = ', problem.all_constraints())
46+
print('fuel burn = ', problem.summary.base_mission_fuelburn)
47+
print('fuel margin = ', problem.all_constraints())
4848

4949
Plot_Mission.plot_mission(problem)
5050

@@ -155,4 +155,4 @@ def variable_sweep(problem):
155155
return
156156

157157
if __name__ == '__main__':
158-
main()
158+
main()

0 commit comments

Comments
 (0)