Skip to content

Commit

Permalink
Remove unused assignment of t.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludgerpaehler committed Oct 27, 2024
1 parent 9df8e64 commit 1f4f989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hydrogym/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def step(
else:
self.solver.step(self.iter, control=action)
self.iter += 1
t = self.iter * self.solver.dt
self.t += self.dt
reward = self.get_reward()

Expand Down

0 comments on commit 1f4f989

Please sign in to comment.