Skip to content

Commit

Permalink
add contour to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Apr 30, 2018
1 parent ee79364 commit d0d67c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions solar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ all:
ipython solarlat.py ./figs/ GEN
ipython tablegen.py
ipython tau_trade.py ./figs/ GEN
ipython battsolarcon.py ./figs/ GEN
2 changes: 1 addition & 1 deletion solar/fits/airfoil/polarfits.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def plot_fits(cnstr, x, y):
cn, err = fit(X, Y, 3, "SMA")
print "RMS error: %.5f" % err
df = cn.get_dataframe()
df.to_csv("../../dai1336a.csv", index=False)
# df.to_csv("../../dai1336a.csv", index=False)

Fs = plot_fits(cn, X, Y)
for t, F in zip(tau_r["scale"], Fs):
Expand Down

0 comments on commit d0d67c5

Please sign in to comment.