Skip to content

Commit

Permalink
Add missing Action inheritance for SleepUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Apr 8, 2022
1 parent 8c6e8cc commit 8e59678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd/pytest/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
reason="gsd Python package was not found.")


class SleepUpdater:
class SleepUpdater(hoomd.custom.Action):

def act(self, timestep):
time.sleep(1e-6 * timestep)
Expand Down

0 comments on commit 8e59678

Please sign in to comment.