Skip to content

Commit

Permalink
Fix edm_converters test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 3, 2023
1 parent 93588fb commit 182669a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gaudi_opts/edm_converters.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from Gaudi.Configuration import *

from Configurables import k4DataSvc, TestE4H2L, EDM4hep2LcioTool, Lcio2EDM4hepTool
from Configurables import k4LegacyDataSvc, TestE4H2L, EDM4hep2LcioTool, Lcio2EDM4hepTool

algList = []

END_TAG = "END_TAG"

evtsvc = k4DataSvc('EventDataSvc')
evtsvc = k4LegacyDataSvc("EventDataSvc")

# EDM4hep2lcio Tool
edmConvTool = EDM4hep2LcioTool("EDM4hep2lcio")
Expand Down

0 comments on commit 182669a

Please sign in to comment.