Skip to content
Snippets Groups Projects
Commit 772ab949 authored by Peter Berta's avatar Peter Berta
Browse files

TCT: Reducing number of events for output comparison

TCT: Reducing number of events for output comparison
parent 2de7240b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ if [ ${rc1} -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 200 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --ignore-exit-code diff-pool
art.py compare grid --entries 100 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --ignore-exit-code diff-pool
rc2=$?
fi
echo "art-result: ${rc2} (against previous nightly)"
......
......@@ -25,7 +25,7 @@ if [ ${rc1} -eq 0 ]
then
ArtPackage=$1
ArtJobName=$2
art.py compare grid --entries 200 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --ignore-exit-code diff-pool
art.py compare grid --entries 150 ${ArtPackage} ${ArtJobName} --mode=semi-detailed --order-trees --ignore-exit-code diff-pool
rc2=$?
fi
echo "art-result: ${rc2} (against previous nightly)"
......
......@@ -9,7 +9,7 @@
Reco_tf.py \
--AMI=q445 \
--athenaopts "--threads=1" \
--athenaopts='--threads=1' \
--maxEvents=500 \
--outputRDOFile=myRDO.pool.root --outputAODFile=myAOD.pool.root --outputESDFile=myESD.pool.root --outputHISTFile=myHIST.root \
--imf False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment