Update home authored by Wei Changfeng's avatar Wei Changfeng
...@@ -113,7 +113,7 @@ By the way, this part is built in a function called gen_samples. ...@@ -113,7 +113,7 @@ By the way, this part is built in a function called gen_samples.
#parameters are in the following order: #parameters are in the following order:
#'mass_1','mass_2','luminosity_distance','geocent_time','phase','theta_jn','psi','ra','dec'. #'mass_1','mass_2','luminosity_distance','geocent_time','phase','theta_jn','psi','ra','dec'.
#delete 'phase' and 'psi'. #network is marginalizing over phase and psi, so delete them.
x_data_l.pop(6) x_data_l.pop(6)
x_data_l.pop(4) x_data_l.pop(4)
... ...
......