Skip to content
Snippets Groups Projects
Commit 32fff129 authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

fix typo

parent 57faf79d
No related branches found
No related tags found
1 merge request!41Add HasMassGap
Pipeline #483022 failed
......@@ -54,12 +54,12 @@ def test_version():
(1.6, 0.3, 201.0, 100000, 4.3, 4.2)],
[('ra', '<f8'), ('dec', '<f8'), ('luminosity_distance', '<f8'),
('time', '<f8'), ('mass_1', '<f8'), ('mass_2', '<f8')],
(0.0, 0.0, 1.0)],
(0.0, 0.0, 1.0), (0.0, 0.0, 1.0)],
[[(4.5, -0.1, 200.0, 100000, 40.5, 4.4),
(1.6, 0.3, 201.0, 100000, 40.3, 4.2)],
[('ra', '<f8'), ('dec', '<f8'), ('luminosity_distance', '<f8'),
('time', '<f8'), ('mass_1', '<f8'), ('mass_2', '<f8')],
(0.0, 0.0, 1.0)]]
(0.0, 0.0, 1.0), (0.0, 0.0, 1.0)]]
)
def test_source_classification_pe(posteriors, dtype, result, result_eos):
"""Test em_bright classification from posterior
......
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