Skip to content

Commit c34e987

Browse files
authored
Update 2DNoisyXORDemo.py
1 parent 1f9c180 commit c34e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2DNoisyXORDemo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
stop = time()
2222

2323
average += ctm.evaluate(X_test, Y_test)
24-
print("%d: %.2f% %.1fs" % (i+1, 100*average/(i+1), stop-start))
24+
print("%d: %.2%% %.1fs" % (i+1, 100*average/(i+1), stop-start))
2525

2626

2727

0 commit comments

Comments
 (0)