Skip to content

Commit

Permalink
fix spelling in scaling script (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 15, 2024
1 parent 2fe8c1f commit b4b35ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/scaling/frontier/frontier_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def trend_line(c, t):
ax.set_xscale("log")
ax.set_yscale("log")

ax.set_title("3D wedmerger scaling (Frontier)")
ax.set_title("3D wdmerger scaling (Frontier)")

ax.legend()

Expand Down

0 comments on commit b4b35ba

Please sign in to comment.