Skip to content

Commit

Permalink
delete unused plot; remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Feb 26, 2024
1 parent 42dc523 commit 7ee4447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions studies/ControlSurfaceEffectiveness/fit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pysr import PySRRegressor
# from pysr import PySRRegressor
from read_data import a, d, hf, lr, eff
import aerosandbox as asb
import aerosandbox.numpy as np
Expand Down Expand Up @@ -47,5 +47,5 @@ def model(x, p):
p.show_plot(
"Control Surface Effectiveness",
"Control Surface Chord Fraction ($c_{cs} / c_{wing}$)",
"Effectiveness ($\\frac{d\\delta}{d\\alpha}$ at constant $C_L$)"
"Effectiveness\n($\\frac{d\\alpha}{d\\delta}$ at constant $C_L$)"
)

0 comments on commit 7ee4447

Please sign in to comment.