abbefus

Results 2 comments of abbefus

This is because someone put "return null" a few lines down in the code: ``` public NDArray convolve(NDArray rhs, string mode = "full") { var lhs = this; int nf...

This function works when it is rewritten, leading me to believe it did work before. Here is the function as I rewrote it -- verified against the python version. Sorry...