Skip to content

Commit

Permalink
corrected real_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
aruderman committed Apr 9, 2024
1 parent 548aa48 commit efcf481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galpynostatic/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def real_plot(
ax = plt.gca() if ax is None else ax
plt_kws = {} if plt_kws is None else plt_kws

l_log = self.df.L
l_log = self.df.ell
xi_log = self.df.xi

x = logcrate(xi_log, dcoeff, k0)
Expand Down

0 comments on commit efcf481

Please sign in to comment.