Skip to content

Commit

Permalink
add complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Feb 7, 2024
1 parent dd26097 commit bb8c345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import json
import heapq
import re
import base64
from fuzzywuzzy import fuzz


Expand Down
1 change: 1 addition & 0 deletions src/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def run_singlethread(self):
time.sleep(SLEEP_STEP)

self.status = "complete"
self.add_to_logs({"step_type":"matrix_set","status":"complete"})
average_llm_calls = llm.call_counter / (step + 1)
sim_end_time = datetime.now()
self.simulation_runtime = sim_end_time - self.sim_start_time
Expand Down

0 comments on commit bb8c345

Please sign in to comment.