Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
grekiki2 committed May 1, 2024
1 parent 5fc4396 commit 70d3074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tinyphysics.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def __init__(self, model: TinyPhysicsModel, data_path: str, controller: BaseCont
self.data = self.get_data(data_path)
self.controller = controller
self.debug = debug
self.times = []
self.reset()

def reset(self) -> None:
Expand Down

0 comments on commit 70d3074

Please sign in to comment.