Skip to content

possible bug in hpc.utils.py #126

Description

@alexvakimov

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions