UBC-MDS / InstaF_Python

MIT License
0 stars 4 forks source link

Writing the function for RGB_manipulation.py #21

Open bettybhzhou opened 5 years ago

Linyang0413 commented 5 years ago

I like the script! It looks really straight forward. Just a small change would be the data type of the input (R, G, B) in the doc string: it should be float instead of integer?

reza-bagheri commented 5 years ago

I reviewed the function and checked it with pytest too. It passed all the tests. So I think it is ready for release. Good job!