-
Notifications
You must be signed in to change notification settings - Fork 112
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
conv corner case #168
Comments
Doesn't error now, but will have a length of 4. |
Yep, However, |
Oh, hadn't thought to check that... |
Don't know, haven't looked into it. The error originates in |
That doesn't look right. Besides, it will be more performant with |
Right, if I'm not mistaken, |
Moved from JuliaLang/julia#20539
conv( randn(5), randn(0) )
, sayshould be, i'd think, should be a vector of length 0
right now it's an error
conv(randn(0), randn(0))
is trickier, but a vector length 0 is not unreasonableThe text was updated successfully, but these errors were encountered: