From c3aa6390e7ab2a96f9d1e9e979e1341c54fc4e42 Mon Sep 17 00:00:00 2001 From: GarethCabournDavies Date: Tue, 18 Jul 2023 04:42:19 -0700 Subject: [PATCH] Revrt wrongly-added test chnages --- examples/live/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/live/run.sh b/examples/live/run.sh index ac1910f30a1..3cda2773664 100755 --- a/examples/live/run.sh +++ b/examples/live/run.sh @@ -124,6 +124,7 @@ mpirun \ -host localhost,localhost \ -n 2 \ --bind-to none \ + -x PYTHONPATH -x LD_LIBRARY_PATH -x OMP_NUM_THREADS -x VIRTUAL_ENV -x PATH -x HDF5_USE_FILE_LOCKING \ \ python -m mpi4py `which pycbc_live` \ --bank-file template_bank.hdf \ @@ -194,12 +195,12 @@ python -m mpi4py `which pycbc_live` \ --src-class-eff-to-lum-distance 0.74899 \ --src-class-lum-distance-to-delta -0.51557 -0.32195 \ --run-snr-optimization \ ---verbose \ --sngl-ifar-est-dist conservative \ --single-newsnr-threshold 9 \ --single-duration-threshold 7 \ +--single-reduced-chisq-threshold 2 \ --single-fit-file single_trigger_fits.hdf \ -#--single-reduced-chisq-threshold 2 \ +--verbose # note that, at this point, some SNR optimization processes may still be # running, so the checks below may ignore their results