From c5bd4384d5895e3f8052f0546fee33cc5d49c24d Mon Sep 17 00:00:00 2001 From: Abhijit Mathad <abhijit.mathad@cern.ch> Date: Fri, 25 Feb 2022 08:52:57 +0100 Subject: [PATCH] Instantiation of FunctorCollection() with empty dictionary --- .../tupling/option_davinci_tupling_from_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py index e8bc8216b..2896f5679 100644 --- a/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py +++ b/DaVinciExamples/python/DaVinciExamples/tupling/option_davinci_tupling_from_collections.py @@ -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 -- GitLab