-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix throw_complex_domainerror error message for log[1p] #28621
Conversation
3c905ee
to
ee02934
Compare
Would you be willing to add some tests that would have caught this? |
The doctests would have caught this had the error not been propagated there, and they will detect any regressions now that the examples have been corrected. I can also change Is there something else you had in mind? |
This seems pretty clearly unintentional. Relevant history is in d4229be and d555a9a.