Numpy.NET icon indicating copy to clipboard operation
Numpy.NET copied to clipboard

Problem calling ufunc

Open petterton opened this issue 2 years ago • 0 comments

I am trying to port some existing code to Numpy.NET, but I have a problem with the following line:

np.equal.outer(a, b)

The error message provided is np.equal(NDarray, NDarray, NDarray, NDarray)' is a method, which is not valid in the given context

Is this not implemented in Numpy.NET, or am I missing something?

petterton avatar Apr 19 '22 08:04 petterton