We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49f761 commit b696e09Copy full SHA for b696e09
1 file changed
code/test.py
@@ -69,7 +69,7 @@ def speed():
69
# an i7-920 @ 2.67GHz with hyperthread enabled for the cpu
70
# and an GeForce GTX 285 for the GPU.
71
72
- expected_times_64 = numpy.asarray([10.7, 23.7, 78.1, 74.9, 116.4,
+ expected_times_64 = numpy.asarray([10.3, 23.7, 78.1, 73.7, 116.4,
73
346.9, 381.9, 558.1])
74
expected_times_32 = numpy.asarray([9.8, 25.1, 47.2, 66.5, 71.7,
75
191.2, 226.8, 432.8])
0 commit comments