From 3e037ca2fbc0a8dfabac8335108becc755390e5d Mon Sep 17 00:00:00 2001 From: rkansal444 Date: Tue, 30 Apr 2024 19:36:44 +0200 Subject: [PATCH] run law update --- inference_scans/run_law.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inference_scans/run_law.sh b/inference_scans/run_law.sh index 63584be2..92b72987 100755 --- a/inference_scans/run_law.sh +++ b/inference_scans/run_law.sh @@ -55,7 +55,7 @@ while true; do cards="$Cbbww4qInject" ;; -p|--printdeps) - printdeps="--print-deps -1" + printdeps="--print-command -1" ;; --rmoutput) shift @@ -146,14 +146,14 @@ if [ $impacts = 1 ]; then --pois r \ --PullsAndImpacts-workflow "htcondor" \ --PullsAndImpacts-tasks-per-job 10 \ - --PullsAndImpacts-custom-args="--rMin -40 $custom_args" \ + --PullsAndImpacts-custom-args="--rMin -40 --rMax 200" \ --parameters-per-page 40 \ --order-by-impact \ --labels "nuisance_renames.py" \ --skip-parameters "*dataResidual_Bin*" \ --page -1 \ --pull-range 3 \ - --Snapshot-custom-args=$custom_args + --Snapshot-custom-args="--rMax 200" fi