Skip to content

Commit

Permalink
fix: phil dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Apr 12, 2024
1 parent 937a637 commit 2e9cfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def startup():
for line in f:
uid = line.strip().strip(",").strip("'")
if agent.trigger_condition(uid):
uids.append()
uids.append(uid)

agent.element_origins = old_mmm4_origin
agent.tell_agent_by_uid(uids)
Expand Down
2 changes: 1 addition & 1 deletion bmm_agents/startup_scripts/mmm5-tax-day/Pt_kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def startup():
for line in f:
uid = line.strip().strip(",").strip("'")
if agent.trigger_condition(uid):
uids.append()
uids.append(uid)

agent.element_origins = old_mmm4_origin
agent.tell_agent_by_uid(uids)
Expand Down

0 comments on commit 2e9cfb0

Please sign in to comment.