We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
sim.changeInit(3,temp_init) gives an error and it is associated to a typo in line 290 of NTMpy.py version 0.1.1. It says:
self.temp_data_Spin = function
when I believe it should say:
self.temp_data_Spin.init = function
which makes the code run without any issues.
Thanks,
Alberto
The text was updated successfully, but these errors were encountered:
Hi Alberto, Thank you very much for the hint.
Can you make a pull request?
Sorry, something went wrong.
Ciao Alberto, thanks for notifying us this bug. I am currently working on an update and I will correct this error I did not notice.
No branches or pull requests
Hey,
sim.changeInit(3,temp_init) gives an error and it is associated to a typo in line 290 of NTMpy.py version 0.1.1. It says:
self.temp_data_Spin = function
when I believe it should say:
self.temp_data_Spin.init = function
which makes the code run without any issues.
Thanks,
Alberto
The text was updated successfully, but these errors were encountered: