Skip to content
Snippets Groups Projects

Clean up & add unit tests

Merged Davide Fazzini requested to merge dfazzini_unit_tests_configuration into master
Compare and
15 files
+ 824
139
Compare changes
  • Side-by-side
  • Inline
Files
15
###############################################################################
# (c) Copyright 2021-2022 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2021-2022 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
@@ -15,7 +15,7 @@ import Functors as F
from FunTuple import FunctorCollection
from FunTuple import FunTuple_Particles as Funtuple
from PyConf.application import make_data_with_FetchDataFromFile
from DaVinci.ConfigurationUpgrade import run_davinci_app
from DaVinci.Configuration import run_davinci_app
from DaVinci.reco_objects import make_pvs_for
from DaVinci.algorithms import add_filter
from DaVinci import options
Loading