Skip to content

Commit

Permalink
Blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
mb2055 committed Aug 8, 2024
1 parent 27fe39e commit 2643b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/BioSimSpace/Process/_atm.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ def _generate_config_production(self):
# Check for a restart file and load the simulation state.
is_restart, _ = self._add_config_restart()

#NOTE: The restarting logic here is different to previous openMM classes
# NOTE: The restarting logic here is different to previous openMM classes
# It doesn't use the steps value from the restart function, instead
# the number of steps is worked out at runtime within the openmm script
# this means that restarting either by using the biosimspace runner
# this means that restarting either by using the biosimspace runner
# OR by running the openmm script directly will work the same.
step = 0

Expand Down

0 comments on commit 2643b30

Please sign in to comment.