Skip to content

Commit

Permalink
Additional update to SN likelihood fixed with Ryan.
Browse files Browse the repository at this point in the history
  • Loading branch information
aferte committed May 28, 2024
1 parent fe84d0f commit daa6634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion likelihood/desy5sn/desy5sn.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def build_data(self):
self.mu_obs = data['MU'][self.ww]

# DES Y5 simulated SN data provides distance modulus.
self.mu_obs_err = data['MUERR'][self.ww]
self.mu_obs_err = data['MUERR_FINAL'][self.ww]

# Return this to the parent class, which will use it
# when working out the likelihood
Expand Down

0 comments on commit daa6634

Please sign in to comment.