Skip to content

Conversation

srivarra
Copy link
Contributor

If you haven't already, please read through our contributing guidelines before opening your PR

What is the purpose of this PR?

Closes #23. Allows the stitching of tiled images $RnCm$, where $n,m>=10$.

How did you implement your changes

Adjusted the regex pattern matching and added an associate test.
Remaining issues

None ATM.

@srivarra srivarra linked an issue Feb 24, 2023 that may be closed by this pull request
@srivarra srivarra self-assigned this Feb 24, 2023
@coveralls
Copy link

coveralls commented Feb 24, 2023

Pull Request Test Coverage Report for Build 4266287802

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 96.796%

Totals Coverage Status
Change from base Build 4166959859: 0.005%
Covered Lines: 431
Relevant Lines: 443

💛 - Coveralls

@srivarra srivarra marked this pull request as ready for review March 10, 2023 19:48
@srivarra srivarra added the bug Something isn't working label Mar 10, 2023
@srivarra srivarra requested a review from ngreenwald March 10, 2023 19:49
@ngreenwald ngreenwald merged commit 4e1bb1a into main Mar 10, 2023
@ngreenwald ngreenwald deleted the tiled_imgs_regex_fix branch March 10, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

load_utils.get_tiled_fov_names does not handle row,col >= 10
3 participants