UBC-MDS / pyimager

image manipulation and processing
MIT License
0 stars 3 forks source link

Code Function reduce_dimensions() #26

Open Keanna-K opened 4 years ago

Keanna-K commented 4 years ago
Keanna-K commented 4 years ago

As the function saves the output image automatically, an output image is created in our package directory when we run pytest. We can either add a line to the end of the unit test to delete the output image or make the output_path optional with default null.

Keanna-K commented 4 years ago

Also, there are additional comment lines at the end of your function with examples. I believe these should be removed or added to the examples section in the docstring.