From 3fa958aa1bf998c1f5c23a16ab3a4f16b58790e8 Mon Sep 17 00:00:00 2001 From: cvarni Date: Sun, 13 Oct 2024 21:27:32 +0200 Subject: [PATCH] pass enum --- Examples/Python/python/acts/examples/itk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Python/python/acts/examples/itk.py b/Examples/Python/python/acts/examples/itk.py index d092ca0a6df..58fbc23a504 100644 --- a/Examples/Python/python/acts/examples/itk.py +++ b/Examples/Python/python/acts/examples/itk.py @@ -526,6 +526,7 @@ def itkSeedingAlgConfig( # fill namedtuples seedFinderConfigArg = SeedFinderConfigArg( + middleRangeStrategy=acts.examples.MiddleRadialStrategy.UserRange, maxSeedsPerSpM=maxSeedsPerSpM, cotThetaMax=cotThetaMax, sigmaScattering=sigmaScattering,