We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5794308 commit 3f0b3e2Copy full SHA for 3f0b3e2
1 file changed
code/test.py
@@ -76,7 +76,7 @@ def speed():
76
# an i7-920 @ 2.67GHz with hyperthread enabled for the cpu
77
# and an GeForce GTX 285 for the GPU.
78
79
- expected_times_64 = numpy.asarray([10.3, 23.7, 78.1, 73.7, 116.4,
+ expected_times_64 = numpy.asarray([10.0, 22.5, 76.1, 73.7, 116.4,
80
346.9, 381.9, 558.1, 186.3])
81
expected_times_32 = numpy.asarray([11.6, 29.6, 44.2, 66.5, 71,
82
191.2, 226.8, 432.8, 176.2])
0 commit comments