Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Convolve return ndarray with wrong size #60

Closed DeanZhuo closed 6 months ago

DeanZhuo commented 7 months ago

Version: 0.9.86.1

I have two ndarray object with different length, 27 and 35. When I called: var result = np.convolve(hlpf, hhpf, NumpyLib.NPY_CONVOLE_MODE.NPY_CONVOLVE_FULL); In the output window: array length: 27, 35, 53

Any idea what might have caused this?

KevinBaselinesw commented 7 months ago

You have discovered a bug. I am working on a fix now.

KevinBaselinesw commented 7 months ago

Get the latest version 0.9.86.2 to solve this problem. Thank you.