-
Notifications
You must be signed in to change notification settings - Fork 1
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
Peer Feedback for milestone 4 #62
Comments
The issues I can tackle:
|
I can add example to colour_filters function |
I will:
Questions/comments:
|
Sounds good! I agree with the function name consistency - I feel like at this point it is more of a "cosmetic" thing and I think the other feedback is more useful to focus on right now. As for the |
I have fixed these issues: "There is apparently a bug in the edge_detection filter where it is returning black images -> investigate this and see if it can be fixed" "Add inline comments to function code" |
Here are the actionable items for milestone 4 based on the peer feedback we received (UBC-MDS/software-review#15)
Reviewer 1:
Documentation:
Remove
k
argument from tunnel_filter()Fix any typos in examples (we should run the examples on our own computers to make sure they work)
Add example for colour_filters()
Add inline comments to function code
Either remove random images from root directory or move them to an images folder
Functionality:
Fix importation code (should be
from pymagine import vignette_filter
instead offrom pymagine import pymagine
etc.)Reviewer 2:
Documentation:
Function names should be consistent (e.g. vignette_filter vs. colour_filters)
Functionality:
There is apparently a bug in the edge_detection filter where it is returning black images -> investigate this and see if it can be fixed
Remove shape values output from tunnel_filter
Index file name of saved images so that they don't overwrite each other (this will be useful if the user wants to input a list or array of images)
Print image directly with
imshow()
(I know we already tried this, but it might be worth revisiting if we should have an option to do this?)Add a separate function argument for saving image to a folder
Now we should have a discussion of which tasks are necessary/plausible to include, and who will do each task.
The text was updated successfully, but these errors were encountered: