Update Mass gap review authored by Deep Chatterjee's avatar Deep Chatterjee
...@@ -40,7 +40,7 @@ em_bright_dag_writer ...@@ -40,7 +40,7 @@ em_bright_dag_writer
2. In the conda environment open python 2. In the conda environment open python
``` ```
from ligo.em_bright import em_bright from ligo.em_bright import em_bright
em_bright.source_classification_genetic_prog({m1},{m2},{chi1},{chi2},{snr}) em_bright.source_classification({m1},{m2},{chi1},{chi2},{snr})
``` ```
This outputs (p_NS, p_EMB, p_massgap) This outputs (p_NS, p_EMB, p_massgap)
... ...
......