-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Replacing log with log1p where applicable. #11428
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
Conversation
|
It seems that the PR is not complete, please carefully follow #11424 (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.
You're right... I was lax to not check, while on my phone.
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.
LGTM. Will merge when green.
|
This is not the right fix and is likely to lead to performance issues, I think. You shouldn't use the numpy function in cython code, you should be using |
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?