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

Error when trying to initialize Spin temperature in a 3TM calculation #23

Open
adelatorreduran opened this issue May 9, 2022 · 2 comments

Comments

@adelatorreduran
Copy link

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

@luksen99
Copy link
Member

Hi Alberto,
Thank you very much for the hint.

Can you make a pull request?

@VaSca92
Copy link
Member

VaSca92 commented May 26, 2022

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.

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

No branches or pull requests

3 participants