-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: orthogonal seeding configuration with Python bindings (#1605)
The `SeedingOrthogonalAlgorithm` configuration is overwriting the configuration from the Python modules in `reconstruction.py`. I do not think the configuration needs to be defined in `SeedingOrthogonalAlgorithm.hpp` as well, since it is already defined in `SeedFinderOrthogonalConfig.hpp`. Also, I removed from `reconstruction.py` some features that are not yet available in orthogonal seeding or that will not be inplemented (for example, features related to the grid).
- Loading branch information
1 parent
f20738e
commit 4b9d9c4
Showing
3 changed files
with
5 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters