-
Notifications
You must be signed in to change notification settings - Fork 13
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
np class is not static in np.module.gen.cs #7
Comments
it should be static, this is a bug |
Thanks @henon. I am going through the code since I am trying to port some of the projects in your stack to a visual programming interface. |
Any help is appreciated. If you fix bugs or improve anything please send a PR, we'll review and merge all acceptable changes. Be sure not to make manual changes in generated files! Instead the generator has to be fixed (this is one of those cases). When changing the generator generate the code for Numpy.NET and Torch.NET and check the changes in the generated code (i.e. by looking over the git diff) to see that nothing broke. When you check in changes in the generator, please also check in the changes it has on the generated code of the projects Numpy.NET and Torch.NET. |
Thanks @henon for the guidance, I'll ring a pr in a while. |
Is it a special case, or is it just lapse?
The text was updated successfully, but these errors were encountered: