Skip to content

Commit

Permalink
remove timings storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ollmer committed May 6, 2024
1 parent c115007 commit bd42b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sweagent/environment/swe_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def __init__(self, args: EnvironmentArguments):
# Establish connection with execution container
self.image_name = args.image_name
self._reset_container()
self._timings = []

# Prepare image tag prefix for cached task environments
if self.args.cache_task_images:
Expand Down

0 comments on commit bd42b26

Please sign in to comment.