Przeglądaj źródła

Error in test assertion

Rob Austein 7 miesięcy temu
rodzic
commit
da18545e8c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test1.py

+ 1 - 1
test1.py

@@ -10,7 +10,7 @@ for test in range(10000):
     assert i1 == i2 or \
         (i1 < i2 and not (i1 > i2)) or \
         (i1 > i2 and not (i1 < i2)) or \
-        int(i1) & int(i2) == Serial.modulus >> 1
+        int(i1) ^ int(i2) == Serial.modulus >> 1
     
     step = [i1, i2]
     wrap = find_intermediate(i1, i2)