We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2781d commit 3533c79Copy full SHA for 3533c79
1 file changed
code/test.py
@@ -71,7 +71,7 @@ def speed():
71
72
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([12.4, 29.6, 47.2, 66.5, 73.7,
+ expected_times_32 = numpy.asarray([11.6, 29.6, 47.2, 66.5, 71,
75
191.2, 226.8, 432.8])
76
77
# Number with just 1 decimal are new value that are faster with
0 commit comments