You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems there is an example/test that is making the k4geo PR fail [1],
6/17 Test #9: geant_fullsim_fccee_lar_pgun.py ......***Failed 2.72 sec
Traceback (most recent call last):
File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-09-04/x86_64-almalinux9-gcc11.4.1-opt/k4fwcore/ddd3ff32aec0e56e8e9b9d774dc417386a87d352_develop-6qih7r/bin/k4run", line 241, in <module>
main()
File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-09-04/x86_64-almalinux9-gcc11.4.1-opt/k4fwcore/ddd3ff32aec0e56e8e9b9d774dc417386a87d352_develop-6qih7r/bin/k4run", line 185, in main
load_file(file)
File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-09-04/x86_64-almalinux9-gcc11.4.1-opt/k4fwcore/ddd3ff32aec0e56e8e9b9d774dc417386a87d352_develop-6qih7r/python/k4FWCore/utils.py", line 51, in load_file
exec(code, globals())
File "geant_fullsim_fccee_lar_pgun.py", line 278, in <module>
from Configurables import EventCounter
ImportError: cannot import name 'EventCounter' from 'Gaudi.Configurables' (unknown location)
Yes, this is because Key4hep does no longer build GaudiAlgs. I am not sure if there is a workaround but for the test it is enough to just remove the event_counter.
Hi,
it seems there is an example/test that is making the k4geo PR fail [1],
[1] https://github.com/key4hep/k4geo/actions/runs/10720787324/job/29727802220?pr=381#step:3:1284
The text was updated successfully, but these errors were encountered: