Skip to content

Commit

Permalink
SpacePointGridConfigArg with default for phi range
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarni committed Oct 7, 2024
1 parent 0226d95 commit ff03cc6
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -89,7 +89,7 @@
"maxPhiBins",
"phi", # (min,max)
],
defaults=[None] * 6 + [(None, None)] * 1,
defaults=[None] * 6 + [(-math.pi, math.pi)],
)

SeedingAlgorithmConfigArg = namedtuple(
Expand Down

0 comments on commit ff03cc6

Please sign in to comment.