Skip to content
Snippets Groups Projects

Drop tests according to decisions in &15

Merged Sebastien Ponce requested to merge sponce_dropTests into master
Files
72
###############################################################################
# (c) Copyright 2021 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import options
from RecoConf.decoders import default_ft_decoding_version
from RecoConf.calorimeter_reconstruction import make_digits
options.set_input_and_conds_from_testfiledb('upgrade-TELL40-UT-miniBias')
default_ft_decoding_version.global_bind(value=6)
make_digits.global_bind(calo_raw_bank=False)
Loading