Skip to content
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

ISSUE-7 - Static modules do not generate static classes #8

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

epignatelli
Copy link
Contributor

@epignatelli epignatelli commented Aug 1, 2019

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 :

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

I think it has to do with this manual addition of concatenate in SciSharp/Numpy.NET@766dd52

epignatelli pushed a commit to BHoM/Numpy_Toolkit that referenced this pull request Aug 1, 2019
epignatelli pushed a commit to epignatelli/Torch.NET that referenced this pull request Aug 1, 2019
@henon henon merged commit 65c39b7 into SciSharp:master Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants