-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
allow type of x and w to differ in conv #63
Conversation
Thanks! Given that the type parameters are now not used in most cases, these can be written as |
I simplified some instances, as you suggested. Do you prefer to do this replacement everywhere? |
IMO makes sense to make the same change everywhere relevant in conv.jl. Restricting args to be the exact same type sounds like it was just a historical accident, and Lines 154 to 157 in 085adb7
|
Agreed. I'll merge this once tests pass, and I'm happy to take more patches to clean this up. |
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
======================================
Coverage 71.4% 71.4%
======================================
Files 9 9
Lines 619 619
======================================
Hits 442 442
Misses 177 177
Continue to review full report at Codecov.
|
Trying to address #39