Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Commits
f6a886fd
Commit
f6a886fd
authored
1 year ago
by
nskidmor
Committed by
Guillaume Max Pietrzyk
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix sprucing tests
parent
7a80639e
No related branches found
Branches containing commit
No related tags found
1 merge request
!2421
Setting persistreco to true to Velo2Long_B2JpsiK_ElectronProbe and Velo2Long_B2JpsiK_MuonProbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Hlt/Hlt2Conf/tests/options/sprucing/spruce_check.py
+0
-2
0 additions, 2 deletions
Hlt/Hlt2Conf/tests/options/sprucing/spruce_check.py
Hlt/Hlt2Conf/tests/options/sprucing/spruce_check_extraoutputs.py
+0
-2
0 additions, 2 deletions
...2Conf/tests/options/sprucing/spruce_check_extraoutputs.py
with
0 additions
and
4 deletions
Hlt/Hlt2Conf/tests/options/sprucing/spruce_check.py
+
0
−
2
View file @
f6a886fd
...
...
@@ -26,7 +26,6 @@ from PyConf.packing import default_persisted_locations
from
GaudiConf.reading
import
do_unpacking
,
load_manifest
from
PyConf.application
import
configured_ann_svc
from
Hlt2Conf.check_output
import
(
check_persistreco
,
check_MCoutput
,
check_banks
,
check_particlesandrelations
,
...
...
@@ -123,7 +122,6 @@ for ii in range(nevents):
# Check persistency of packed containers
locations
=
default_persisted_locations
(
stream
=
RECO_ROOT
)
check_persistreco
(
TES
,
locations
.
values
())
# Check the Rich (=9) RawBank is present
check_banks
(
TES
,
stream
,
banks
=
[
9
])
This diff is collapsed.
Click to expand it.
Hlt/Hlt2Conf/tests/options/sprucing/spruce_check_extraoutputs.py
+
0
−
2
View file @
f6a886fd
...
...
@@ -28,7 +28,6 @@ from PyConf.packing import default_persisted_locations
from
GaudiConf.reading
import
do_unpacking
,
load_manifest
from
Hlt2Conf.check_output
import
(
check_persistreco
,
check_banks
,
check_particlesandrelations
,
check_decreports
,
...
...
@@ -104,7 +103,6 @@ for ii in range(nevents):
# Check persistency of packed containers
locations
=
default_persisted_locations
(
stream
=
"
/Event/Spruce/HLT2
"
)
check_persistreco
(
TES
,
locations
.
values
())
# Specific check of logic for extra_outputs
longtracks_loc
=
'
/Event/Spruce/Spruce_Test_line_extraoutputs/LongTracks/Particles
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment