Skip to content

Commit 88b52de

Browse files
committed
Update: unnecessary case removed
1 parent 14dbff6 commit 88b52de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hypothesis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def Hypothesis_ValidCondition(cond): #restrict to neighbours (CA assumption)
8484
return True
8585
if y == 1 and x == 0: #down
8686
return True
87-
if x == 0 and y == 0: #mid stays same
88-
return True
8987
return False
9088

9189
def _OpRotate(op):

0 commit comments

Comments
 (0)