Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 committed Dec 12, 2023
1 parent 6fca447 commit 6db8b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/theorycovariance/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def projector_eigenvalue_ratio(theory_shift_test):
# Plotting
fig = Figure(figsize=(5, 5))
ax1 = fig.add_subplot(2, 1, 1)
ax2 = fig.add_subplots(2, 1, 2)
ax2 = fig.add_subplot(2, 1, 2)

ax1.plot(xvals, np.abs(projectors), "s", label=r"|$\delta_a$|")
ax1.plot(xvals, np.sqrt(np.abs(evals)), "o", label=r"$|s_a|$")
Expand Down

0 comments on commit 6db8b9a

Please sign in to comment.