summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-17 18:50:15 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-17 18:50:15 -0700
commit80f81a2f53687eb9c98dcfad0ae12b6a17de5786 (patch)
treeebfe7399c8245be8050f1eb71c83c4f983a08bad
parente66d67542100b0b4e7d405ce0b9dea4333559cde (diff)
no graph
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index ce69f6b..510d8c5 100644
--- a/main.py
+++ b/main.py
@@ -75,7 +75,7 @@ def main():
af.stringer.print_info(2)
# Plot components with matplotlib
- creator.plot(af, af.spar, af.stringer)
+ # creator.plot(af, af.spar, af.stringer)
# Save component info
af.save_info(SAVE_PATH, _)
@@ -83,7 +83,7 @@ def main():
af.stringer.save_info(SAVE_PATH, _)
# Evaluate previously created airfoil(s).
- total_mass = evaluator.get_total_mass(af, af.spar, af.stringer)
+ # total_mass = evaluator.get_total_mass(af, af.spar, af.stringer)
# Iteratively evaluate airfoils by defining genetic generations.
# pass
Copyright 2019--2024 Marius PETER