-
-
Notifications
You must be signed in to change notification settings - Fork 50k
Digital image processing doctests #1111
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
Digital image processing doctests #1111
Conversation
|
Our automated testing new rejects unused imports |
|
Still 9 things imported but not used. |
…m/mrvnmchm/Python-1 into digital_image_processing_doctests
cclauss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this PR attempt to change files outside of digital_image_processing?
https://travis-ci.org/TheAlgorithms/Python/jobs/569120280#L567
|
Looks like the previous fork had some outdated information. Ended up deleting and re-forking to remove error. New fork, added these changes, submitting new PR |
Added pytests to digital_image_processing. Also, potential typo found in
digital_image_processing/filters/median_filter.py line 18Found typo during testing.

Error resolved after fix
