Skip to content

Commit 806b13f

Browse files
committed
Fixed a conflict
1 parent 0de7119 commit 806b13f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -760,10 +760,6 @@ def strategy(self, opponent: Player) -> Action:
760760
if turn == 1: return C
761761

762762
number_defects = opponent.defections
763-
<<<<<<< HEAD
764-
=======
765-
# Size of numerator is smaller than denomator -- How it was in the Fortran.
766-
>>>>>>> 3ea83307c177a472ddd174295ee32f5ba2ca7ffa
767763
perc_defects = number_defects / turn
768764

769765
# If overly defect or appears random
@@ -782,10 +778,7 @@ def strategy(self, opponent: Player) -> Action:
782778
else:
783779
return C
784780

785-
<<<<<<< HEAD
786781

787-
=======
788-
>>>>>>> 3ea83307c177a472ddd174295ee32f5ba2ca7ffa
789782
class WmAdams(Player):
790783
"""
791784
Strategy submitted to Axelrod's second tournament by William Adams (K44R),

0 commit comments

Comments
 (0)