We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taylor1(2) * TaylorN(2) seems to enter in an infinite recursion. An error message may be preferable.
Taylor1(2) * TaylorN(2)
The text was updated successfully, but these errors were encountered:
Good catch! What kind of error would you throw?
Sorry, something went wrong.
ArgumentErrorfor promotion among non-compatible Taylor1 and TaylorN
ecb6ca8
Fixes #219
See fix in #220; it throws an ArgumentError.
ArgumentError
Thanks for reporting.
ArgumentErrorfor promotion among non-compatible Taylor1 and TaylorN (#…
ad6f423
…220) Fixes #219
Successfully merging a pull request may close this issue.
Taylor1(2) * TaylorN(2)
seems to enter in an infinite recursion. An error message may be preferable.The text was updated successfully, but these errors were encountered: