Skip to content
Snippets Groups Projects
Commit b7a18ca6 authored by Alexandre's avatar Alexandre Committed by Colm Talbot
Browse files

MAINT: fix last typo for issue 723

parent 94c15ad5
No related branches found
No related tags found
1 merge request!1325MAINT: fix typo that printed wrong spin information in gw/source.py
Pipeline #602177 skipped
......@@ -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