-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce stricter interval algebra rules for overlaps and contains (#760)
* Create python-package.yml * Update flake8 config * Enforce stricter interval algebra rules for overlaps operator and update trackAlgorithm accordingly. * Enforce stricter interval algebra rules for contains operator and update trackAlgorithm accordingly * Minor fixes * Add intersects predicate, constexpr functions to compare time and reformatting * Make greater_than() & less_than() just inline * Delete python-package.yml Co-authored-by: Nick Porcino <[email protected]>
- Loading branch information
1 parent
887575a
commit 65ffe2a
Showing
5 changed files
with
155 additions
and
52 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
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