-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add cell matching support #74
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0c58332
Add cell matching methods.
matham ccd70d9
Move threshold to matching step so we don't include points too far.
matham 83bb745
We don't need max. We can just set to threshold.
matham 48617f6
Pass numba disable in env.
matham 1bf364a
We need to reset the used cols at each iteration.
matham a50f4aa
Add support for pre-extracting zero distance pairs.
matham e1ca972
Add option to use scipy optimization.
matham fa70e65
Scipy doesn't have callback so don't show progress.
matham 041b9da
Apply suggestions from code review
matham f7d1900
fixture to provide cell data for regression testing
alessandrofelder 4e73c40
Merge pull request #1 from brainglobe/fetch-xml-test-data
matham baea2ad
Remove scipy as an option and fill in scipy as a test.
matham bb0ed47
Run cov without numba jit and support GH actions pooch cache.
matham acf0d63
Use proper env variable for pooch cache.
matham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
very cool idea to do this 😍