-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Allow track selection without reference surface (#3791)
Adds a flag to allow track selection without reference surface, which is off by default. Also refactors the track selector config handling in python to avoid that different uses get out of sync. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new configuration option, `requireReferenceSurface`, for track validation, enhancing track selection flexibility. - Added a function, `trackSelectorDefaultKWArgs`, to streamline track selection parameter configuration. - **Improvements** - Refactored track validation logic for improved clarity and separation of concerns. - Enhanced configurability of track selection and seeding algorithms, allowing for more adaptable configurations. - Updated default values in the `TrackSelectorConfig` to accommodate the new field. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
0c5aacc
commit 9173bb4
Showing
3 changed files
with
69 additions
and
59 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