Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
DaVinci
Commits
f753ceb0
Commit
f753ceb0
authored
2 years ago
by
Jiahui Zhuo
Browse files
Options
Downloads
Patches
Plain Diff
Add the DV test
parent
1bcfed4e
No related branches found
No related tags found
1 merge request
!769
Fix the relation location in MCReconstructed tool
Pipeline
#4607526
failed
2 years ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py
+2
-1
2 additions, 1 deletion
...amples/tupling/option_davinci_tupling_from_collections.py
with
2 additions
and
1 deletion
DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py
+
2
−
1
View file @
f753ceb0
...
...
@@ -72,6 +72,7 @@ def main(options: Options):
mcrtible
,
extra_info
=
True
),
functorcollections
.
MCReconstructed_Collection
(
mcrted_all
,
extra_info
=
False
),
functorcollections
.
MCHierarchy
()
]
evt_collections
=
[
...
...
@@ -80,7 +81,7 @@ def main(options: Options):
]
assert
len
(
collections
)
+
len
(
evt_collections
)
+
len
(
MC_collections
)
==
len
(
MC_collections
)
-
1
==
len
(
# MCHierarchy is used twice
functorcollections
.
__all__
),
"
Oh no! Did you forget to add a new collection to this test?
"
...
...
This diff is collapsed.
Click to expand it.
Jiahui Zhuo
@jzhuo
mentioned in commit
43816fab
·
2 years ago
mentioned in commit
43816fab
mentioned in commit 43816fabe2decc151e26002d944f37bb4b85c63b
Toggle commit list
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