Skip to content

Commit

Permalink
add max ecc val in Ecc test
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh committed Jan 16, 2023
1 parent 321e477 commit 3edb5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EccTests/EOBTests/eob_smoothness_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def plot_waveform_ecc_vs_model_ecc(methods, key):
# to make each line plot visible. This is true only for this
# plot. For ecc at first extrema vs eob eccs, we plot for all
# eccs.
if idx0 % args.slice == 0:
if idx0 % args.slice == 0 or idx0 == (len(EOBeccs) - 1):
ax_ecc_vs_t[idx].plot(tref_out, measured_ecc,
c=colors[idx0], label=f"{ecc:.7f}")
if idx == len(methods) - 1:
Expand Down

0 comments on commit 3edb5f0

Please sign in to comment.