no graph

Commit
80f81a2f53687eb9c98dcfad0ae12b6a17de5786
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
main.py
index ce69f6b9..510d8c58 100644..100644
@@ -75,7 +75,7 @@
75 75 af.stringer.print_info(2)
76 76
77 77 # Plot components with matplotlib
78 Removed: creator.plot(af, af.spar, af.stringer)
78 Added: # creator.plot(af, af.spar, af.stringer)
79 79
80 80 # Save component info
81 81 af.save_info(SAVE_PATH, _)
@@ -83,7 +83,7 @@
83 83 af.stringer.save_info(SAVE_PATH, _)
84 84
85 85 # Evaluate previously created airfoil(s).
86 Removed: total_mass = evaluator.get_total_mass(af, af.spar, af.stringer)
86 Added: # total_mass = evaluator.get_total_mass(af, af.spar, af.stringer)
87 87
88 88 # Iteratively evaluate airfoils by defining genetic generations.
89 89 # pass