Skip to content
Snippets Groups Projects
Commit 970b4250 authored by Alexandre's avatar Alexandre Committed by Aditya Vijaykumar
Browse files

MAINT: fix last typo for issue 723

parent c4e85c48
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ def gwsignal_binary_black_hole(frequency_array, mass_1, mass_2, luminosity_dista
]
if EDOM:
failed_parameters = dict(mass_1=mass_1, mass_2=mass_2,
spin_1=(spin_1x, spin_2y, spin_1z),
spin_1=(spin_1x, spin_1y, spin_1z),
spin_2=(spin_2x, spin_2y, spin_2z),
luminosity_distance=luminosity_distance,
iota=iota, phase=phase,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment