As discussed in #7, the classes in the following files are now static:
src\Numpy.Bare\np.module.gen.cs
src\Numpy\np.module.gen.cs
src\Torch\torch.module.gen.cs
Notes:
I cannot build Numpy.Bare :
Severity Code Description Project File Line Suppression State
Error CS1503 Argument 1: cannot convert from '(Numpy.NDarray<int>, Numpy.NDarray)' to 'NDarray[]' Numpy.Bare.UnitTest codeminion\test\Numpy.UnitTest\NumPy_array_manipulation.tests.cs 980 Active
Solves #7
As discussed in #7, the classes in the following files are now
static
:src\Numpy.Bare\np.module.gen.cs
src\Numpy\np.module.gen.cs
src\Torch\torch.module.gen.cs
Notes: I cannot build
Numpy.Bare
:I think it has to do with this manual addition of
concatenate
in https://github.com/SciSharp/Numpy.NET/commit/766dd522a25af8761179a09beb83a62a296f7389