Skip to content

CaloClusterCorrection: unit test cleanup

Frank Winklmeier requested to merge fwinkl/athena:calocluster_test into main

Import the athena Logging module to get our default log format (becomes relevant for Gaudi v38 where GaudiHandles use logging instead of print). This is needed here as the test does not import any of our other standard modules (e.g. MainServicesConfig).

Also delete obsolete XML test configuration file.

Merge request reports