Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang committed Oct 15, 2024
1 parent ee071a0 commit ffdbf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/single_event/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
), f"Please increase the lower bound on m_1 to {m_1_lower_bound}"
assert (
m_1_max <= m_1_upper_bound
), f"Please decrease the lower bound on m_1 to {m_1_upper_bound}"
), f"Please decrease the upper bound on m_1 to {m_1_upper_bound}"

self.m_1_turning_point_1 = Mc_q_to_m1_m2(self.M_c_min, self.q_min)[0]
self.m_1_turning_point_2 = Mc_q_to_m1_m2(self.M_c_max, self.q_max)[0]
Expand Down

0 comments on commit ffdbf83

Please sign in to comment.