Skip to content

Simulation python3 fixes

This merge request attempts to fix flak8 warning and python 3-incompatible syntax in the following packages:

  • Simulation/Digitization
  • Simulation/G4Atlas/G4AtlasAlg
  • Simulation/G4Atlas/G4AtlasServices
  • Simulation/G4Atlas/G4AtlasTools

The fixes are for the old-style configuration for these packages, which will be dropped once we finish the migration of the Sim/Digi configuration to ComponentAccumulator, but they will allow a python 3-based nightly to be more functional in the meantime.
Relates to ATLINFR-3221.

Edited by John Derek Chapman

Merge request reports