-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for TwoPointMeasurement filters. (#479)
* Adding support for TwoPointMeasurement filters. * Adding tests for filters. * Removed unused import. * Using two-point pair as filter specification. * Adding support for serializing and deserializing filters. * Adding tests for factories. * Added check for never reached branch. * TwoPointFilter documentation first draft * Simplify logic * If _path is set do not search current directory * Release cython version restriction * Do not load our duplicate_code plugin * Update finding of SACC files in some tests * Update version tag * Refactor for improved test coverage and fix missing error case * Complete branch coverage * Improving tutorial. * Correct serialization for TwoPointFactory. * Added test for TwoPointFactory serialization. --------- Co-authored-by: paulrogozenski <[email protected]> Co-authored-by: Marc Paterno <[email protected]>
- Loading branch information
1 parent
da7bb3a
commit 9613906
Showing
21 changed files
with
1,578 additions
and
115 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
Oops, something went wrong.