-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Noise #38
Noise #38
Conversation
…aster branch and recommiting to solve merge conflicts
…or references. Other small changes. No changes to algorithms themselves, as was suggested by @dpshelio
Co-Authored-By: Nabil Freij <[email protected]>
Co-Authored-By: Nabil Freij <[email protected]>
Co-Authored-By: Nabil Freij <[email protected]>
Co-Authored-By: Nabil Freij <[email protected]>
Co-Authored-By: Nabil Freij <[email protected]>
Hello @vatch123! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-08-21 08:17:17 UTC |
Thanks for the pull request @vatch123! Everything looks great! |
Description
Continuation of the PR #22. Fixed the variable names as mentioned in the comments on that thread. No implementation related changes have been made apart from the fact that the
test_noise.py
now uses pytest. The comments which required knowledge of implementation have been left as it is.Fixes #18