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

Fixed PIL size bug in ImageRecordComponent (#889) #894

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

nicjac
Copy link
Contributor

@nicjac nicjac commented Jul 14, 2021

Fixed how image size is returned for PIL image objects in ImageRecordComponent

Closes #889

@codecov
Copy link

codecov bot commented Jul 14, 2021

Codecov Report

Merging #894 (1167e37) into master (0088ad2) will not change coverage.
The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #894   +/-   ##
=======================================
  Coverage   87.62%   87.62%           
=======================================
  Files         232      232           
  Lines        4994     4994           
=======================================
  Hits         4376     4376           
  Misses        618      618           
Flag Coverage Δ
unittests 87.62% <50.00%> (ø)

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

Impacted Files Coverage Δ
icevision/core/record_components.py 81.48% <50.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0088ad2...1167e37. Read the comment docs.

@ai-fast-track ai-fast-track merged commit 944b47c into airctic:master Jul 14, 2021
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.

Pillow Image class has no attribute shape
2 participants