-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement simple match extend #183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall logic is sound, some indexing discrepancies if I am not mistaken. Also needs a merge from dev to add simple_match to the new EXTEND_STRATEGY enum, so mac can multiprocess
Excellent. As usual, working with the coordinates and the cds/domain distinction is not my strong suit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
This implements the simple match extend function, which ignores the idea of mismatching and should be much easier to explain than the legacy extend.