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

Fix KeepSizeByResize crashing #590

Merged
merged 1 commit into from
Jan 25, 2020
Merged

Fix KeepSizeByResize crashing #590

merged 1 commit into from
Jan 25, 2020

Conversation

aleju
Copy link
Owner

@aleju aleju commented Jan 22, 2020

This patch fixes KeepSizeByResize potentially crashing if a
single numpy array was provided as the input for an iterable
of images (as opposed to a list of numpy arrays).

This patch fixes `KeepSizeByResize` potentially crashing if a
single numpy array was provided as the input for an iterable
of images (as opposed to a list of numpy arrays).
@codecov-io
Copy link

codecov-io commented Jan 22, 2020

Codecov Report

Merging #590 into master will increase coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #590      +/-   ##
=========================================
+ Coverage   96.48%   96.5%   +0.02%     
=========================================
  Files          40      40              
  Lines       14549   14549              
=========================================
+ Hits        14037   14040       +3     
+ Misses        512     509       -3

@aleju aleju merged commit c2e3014 into master Jan 25, 2020
@aleju aleju deleted the fix_keepsize branch January 25, 2020 09:16
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.

2 participants