Skip to content
Snippets Groups Projects
Commit 807008da authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'AM_functorcollections' into 'master'

Instantiation of FunctorCollection() with empty dictionary

See merge request lhcb/DaVinci!664
parents ea567d00 c5bd4384
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!664Instantiation of FunctorCollection() with empty dictionary
Pipeline #3622197 passed
......@@ -37,7 +37,7 @@ assert len(collections) == len(
functorcollections.
__all__), "Oh no! Did you forget to add a new collection to this test?"
variable_collection = FunctorCollection({})
variable_collection = FunctorCollection()
for coll in collections:
variable_collection += coll
......
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