Skip to content
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

[python] Fix MultiscaleImage.read_spatial_region full region read #3128

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

jp-dark
Copy link
Collaborator

@jp-dark jp-dark commented Oct 4, 2024

The read_spatial_region method should be able to accept None for a region. When this is provided, the whole array is returned.

The `read_spatial_region` method should be able to accept `None` for a
region. When this is provided, the whole array is returned.
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 35.29412% with 11 lines in your changes missing coverage. Please review.

Project coverage is 82.60%. Comparing base (f81900a) to head (d479ddb).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3128      +/-   ##
==========================================
+ Coverage   81.93%   82.60%   +0.67%     
==========================================
  Files          50       50              
  Lines        5198     5204       +6     
==========================================
+ Hits         4259     4299      +40     
+ Misses        939      905      -34     
Flag Coverage Δ
python 82.60% <35.29%> (+0.67%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 82.60% <35.29%> (+0.67%) ⬆️
libtiledbsoma ∅ <ø> (∅)

Copy link
Member

@aaronwolen aaronwolen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@johnkerl johnkerl changed the title Fix MultiscaleImage.read_spatial_region full region read [python] Fix MultiscaleImage.read_spatial_region full region read Oct 4, 2024
@jp-dark jp-dark merged commit f4dc7fb into main Oct 4, 2024
21 checks passed
@jp-dark jp-dark deleted the dark/support-non-region branch October 4, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants