Skip to content

Commit

Permalink
Fixing nsbh fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang committed Aug 21, 2024
1 parent bbd918a commit 08fd3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmma/joint/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def remnant_disk_mass_fitting(
# use the BH spin to find the normalized risco
risco = self.chibh2risco(chi_bh)
bayon_mass_2 = (
mass_2_source * (1.0 + 0.6 * compactness_2) / (1.0 - 0.5 * compactness_2)
mass_2_source * (1.0 + 0.6 * compactness_2 / (1.0 - 0.5 * compactness_2))
)

remant_mass = (
Expand Down

0 comments on commit 08fd3cb

Please sign in to comment.