Skip to content

Commit

Permalink
hopefully fixing the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin-Allaire committed Nov 20, 2024
1 parent 8fae08d commit 97b1c35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Examples/Python/python/acts/examples/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1958,8 +1958,8 @@ def addScoreBasedAmbiguityResolution(
inputTracks=algScoreBased.config.outputTracks,
inputParticles="particles",
inputMeasurementParticlesMap="measurement_particles_map",
outputTrackParticleMatching="ambi_track_particle_matching",
outputParticleTrackMatching="ambi_particle_track_matching",
outputTrackParticleMatching="ambi_scorebased_track_particle_matching",
outputParticleTrackMatching="ambi_scorebased_particle_track_matching",
doubleMatching=True,
)
s.addAlgorithm(matchAlg)
Expand Down Expand Up @@ -2038,8 +2038,8 @@ def addAmbiguityResolutionML(
inputTracks=algGreedy.config.outputTracks,
inputParticles="particles",
inputMeasurementParticlesMap="measurement_particles_map",
outputTrackParticleMatching="ambi_track_particle_matching",
outputParticleTrackMatching="ambi_particle_track_matching",
outputTrackParticleMatching="ambiML_track_particle_matching",
outputParticleTrackMatching="ambiML_particle_track_matching",
doubleMatching=True,
)
s.addAlgorithm(matchAlg)
Expand Down

0 comments on commit 97b1c35

Please sign in to comment.