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

[BUG] Fix all-null ImageArray length issues #2034

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Mar 22, 2024

Fixes bug where a fast-path for ImageArray with all nulls would cause a length-0 array to be created

@github-actions github-actions bot added the bug Something isn't working label Mar 22, 2024
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.74%. Comparing base (eb315a8) to head (a05dad9).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2034      +/-   ##
==========================================
+ Coverage   84.71%   84.74%   +0.02%     
==========================================
  Files          62       62              
  Lines        6803     6803              
==========================================
+ Hits         5763     5765       +2     
+ Misses       1040     1038       -2     

see 1 file with indirect coverage changes

@jaychia jaychia merged commit afd6a75 into main Mar 23, 2024
33 checks passed
@jaychia jaychia deleted the jay/all-null-image-bug branch March 23, 2024 00:59
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.

2 participants