Skip to content

Commit

Permalink
fix typo in inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 13, 2024
1 parent 84f0dcf commit 559abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/theorycovariance/construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def compute_covs_pt_prescrip(point_prescription, name1, deltas1, name2=None, del
s = covmat_n3lo_fhmv(name1, name2, deltas1, deltas2)
elif point_prescription.startswith("alphas"):
# alphas is correlated for all datapoints and the covmat construction is
# therefore equivalent to that of the factorizaiton scale variations
# therefore equivalent to that of the factorization scale variations
s = covmat_3fpt(deltas1, deltas2)
return s

Expand Down

0 comments on commit 559abf0

Please sign in to comment.