Skip to content
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

Error message in multiplication of Taylor1 and TaylorN #219

Closed
mforets opened this issue Jul 9, 2019 · 2 comments · Fixed by #220
Closed

Error message in multiplication of Taylor1 and TaylorN #219

mforets opened this issue Jul 9, 2019 · 2 comments · Fixed by #220

Comments

@mforets
Copy link
Contributor

mforets commented Jul 9, 2019

Taylor1(2) * TaylorN(2) seems to enter in an infinite recursion. An error message may be preferable.

@lbenet
Copy link
Member

lbenet commented Jul 9, 2019

Good catch! What kind of error would you throw?

@lbenet
Copy link
Member

lbenet commented Jul 9, 2019

See fix in #220; it throws an ArgumentError.

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants