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

possible bug in hpc.utils.py #126

Open
alexvakimov opened this issue Oct 15, 2021 · 0 comments
Open

possible bug in hpc.utils.py #126

alexvakimov opened this issue Oct 15, 2021 · 0 comments
Labels

Comments

@alexvakimov
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant