Skip to content
Snippets Groups Projects
Commit f753ceb0 authored by Jiahui Zhuo's avatar Jiahui Zhuo :penguin:
Browse files

Add the DV test

parent 1bcfed4e
No related branches found
No related tags found
1 merge request!769Fix the relation location in MCReconstructed tool
Pipeline #4607526 failed
......@@ -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?"
......
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