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
From Fulu Zheng:
Hi Alexey, I think there might be a minor problem in the “distribute” function in the hpc.utils.py. In lines 166 and 167:
Nstart = 0 Nend = max_steps-1
I think the correct values for Nstart and Nend should be
Nstart = Nmin Nend = Nmin + max_steps-1
Otherwise, it will not not work if we start from nonzero steps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From Fulu Zheng:
Hi Alexey, I think there might be a minor problem in the “distribute” function in the hpc.utils.py. In lines 166 and 167:
I think the correct values for Nstart and Nend should be
Otherwise, it will not not work if we start from nonzero steps.
The text was updated successfully, but these errors were encountered: