Skip to content

Commit 5d184e4

Browse files
committed
A speed test was failing as we are faster now! So update the expected run time.
1 parent c53165d commit 5d184e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def speed():
7979

8080
expected_times_64 = numpy.asarray([10.0, 22.5, 76.1, 73.7, 116.4,
8181
346.9, 381.9, 558.1, 186.3])
82-
expected_times_32 = numpy.asarray([11.6, 29.6, 44.2, 66.5, 71,
82+
expected_times_32 = numpy.asarray([11.6, 29.6, 42.5, 66.5, 71,
8383
191.2, 226.8, 432.8, 176.2])
8484

8585
# Number with just 1 decimal are new value that are faster with

0 commit comments

Comments
 (0)