From 9f5b15603d17698f041df06b3205e96ffafb9c59 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Thu, 1 Aug 2024 00:56:16 +0100 Subject: [PATCH] fix test --- tests/scripts/desi_fit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/desi_fit.sh b/tests/scripts/desi_fit.sh index 8e295a0..b4f4dd3 100755 --- a/tests/scripts/desi_fit.sh +++ b/tests/scripts/desi_fit.sh @@ -16,8 +16,8 @@ $RVS_FIT --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests # this should create an internal exception $RVS_FIT --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --zbest_include --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=INFO --fig_prefix='/a/a/fig' --targetid_file_from=/tmp/targetids --doplot tests/data/coadd-sv1-bright-10378.fits -# fit_arm -$RVS_FIT --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=INFO --fit_arm=B --targetid_file_from=/tmp/targetids tests/data/coadd-sv1-bright-10378.fits +# fit arm +$RVS_FIT --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=INFO --fitarm=B --targetid_file_from=/tmp/targetids tests/data/coadd-sv1-bright-10378.fits # skip existing $RVS_FIT --output_dir ./tests_desi_output --no_subdirs --minsn=2 --config tests/yamls/config_desi.yaml --objtypes='SCND_ANY,MWS_ANY,STD_*' --throw_exceptions --zbest_include --nthreads=1 --process_status_file /tmp/tests_desi.status --log_level=INFO --skipexisting tests/data/coadd-sv1-bright-10378.fits