We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f829f2 commit 061d835Copy full SHA for 061d835
1 file changed
code/test.py
@@ -78,7 +78,7 @@ def speed():
78
79
expected_times_64 = numpy.asarray([10.3, 23.7, 78.1, 73.7, 116.4,
80
346.9, 381.9, 558.1, 186.3])
81
- expected_times_32 = numpy.asarray([11.6, 29.6, 47.2, 66.5, 71,
+ expected_times_32 = numpy.asarray([11.6, 29.6, 44.2, 66.5, 71,
82
191.2, 226.8, 432.8, 176.2])
83
84
# Number with just 1 decimal are new value that are faster with
0 commit comments