Skip to content

Commit 96293b0

Browse files
committed
cnn: Make correctness check more strict
1 parent 30c4a4f commit 96293b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_cnn_mnist():
7373
if out == class_no:
7474
correct += 1
7575

76-
assert correct >= 6, correct
76+
assert correct >= 9, correct
7777

7878

7979
test_cnn_create()

0 commit comments

Comments
 (0)