Skip to content

Commit

Permalink
maybe fixing the error
Browse files Browse the repository at this point in the history
  • Loading branch information
noemina committed Feb 10, 2025
1 parent 095364d commit 48c70bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Examples/Python/python/acts/examples/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ def addStandardSeeding(
seedFinderOptionsArg: SeedFinderOptionsArg,
seedFilterConfigArg: SeedFilterConfigArg,
spacePointGridConfigArg: SpacePointGridConfigArg,
outputSeeds: str = "seeds",
logLevel: acts.logging.Level = None,
outputSeeds: str = "seeds",
):
"""adds standard seeding
For parameters description see addSeeding
Expand Down
8 changes: 4 additions & 4 deletions Examples/Scripts/Python/reader_and_seeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
*acts.examples.itk.itkSeedingAlgConfig(
InputSpacePointsType.PixelSpacePoints,
highOccupancyConfig = True),
outputSeeds = "pixel_seeds",
logLevel=loggingLevel
logLevel=loggingLevel,
outputSeeds = "pixel_seeds"
)


Expand All @@ -54,8 +54,8 @@
"strip_spacepoints",
*acts.examples.itk.itkSeedingAlgConfig(
InputSpacePointsType.StripSpacePoints),
outputSeeds = "strip_seeds",
logLevel=acts.logging.DEBUG
logLevel=acts.logging.DEBUG,
outputSeeds = "strip_seeds"
)


Expand Down

0 comments on commit 48c70bf

Please sign in to comment.