Skip to content

Commit

Permalink
Merge pull request carykh#49 from DaltonWorsnup/main
Browse files Browse the repository at this point in the history
Removed unused state
  • Loading branch information
nekiwo authored May 27, 2021
2 parents a5f67c5 + d9ddb8d commit eed026a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 224 deletions.
5 changes: 0 additions & 5 deletions code/alan_and_friends/alan.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ def wait_for_defect(response):
return 'dcc', recover_phase_a
return 'c', wait_for_defect

def wait_for_coop(response):
if response == 'c':
return 'ccc', recover_phase_a
return 'd', wait_for_coop

def strategy(history, memory):
if memory is None:
state, schedule, count = wait_for_defect, list('c'), 0
Expand Down
219 changes: 0 additions & 219 deletions code/alan_and_friends/thomas.py

This file was deleted.

0 comments on commit eed026a

Please sign in to comment.