Skip to content

Commit

Permalink
run law update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Apr 30, 2024
1 parent 0c1d6d6 commit 3e037ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inference_scans/run_law.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while true; do
cards="$Cbbww4qInject"
;;
-p|--printdeps)
printdeps="--print-deps -1"
printdeps="--print-command -1"
;;
--rmoutput)
shift
Expand Down Expand Up @@ -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


0 comments on commit 3e037ca

Please sign in to comment.