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

[WIP] Fix Cropper.crop_positions returning negative coordinates #171

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leblancfg
Copy link
Owner

@leblancfg leblancfg commented Mar 14, 2022

For now I only wrote the test, need to fix the code.

Fixes #166

@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #171 (6826805) into master (b35257b) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 6826805 differs from pull request most recent head 5acbf02. Consider uploading reports for the commit 5acbf02 to get more accurate results

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files           5        5           
  Lines         265      265           
=======================================
  Hits          256      256           
  Misses          9        9           
Impacted Files Coverage Δ
autocrop/autocrop.py 97.39% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@leblancfg leblancfg force-pushed the fix_neg_crop_positions branch 2 times, most recently from b90d025 to 6826805 Compare August 3, 2022 14:11
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.

Crop coords can be outside of image
1 participant