-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple tiling adjustments #27
Conversation
Pull Request Test Coverage Report for Build 4703194702
💛 - Coveralls |
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.
@camisowers Looks good! Should we make a new release after this PR gets merged in?
# check first tile for 6x9 | ||
prefix, expected_fovs, rows, cols = tiles[0] | ||
assert prefix == prefix_1[:-1] and (rows, cols) == (6, 9) | ||
assert expected_fovs == ns.natsorted( |
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.
natsort
is such an amazing module.
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.
Looks good
Yes, definitely. |
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Addresses the changes necessary to enable multiple tile stitching.
Also closes #26.
How did you implement your changes
Made the adjustments outlined in angelolab/toffy#351 and #26.
Added testing logic for multiple prefixes.
Remaining issues