Skip to content

Commit f57d462

Browse files
committed
FIX: Remove eroneous use of inv in performance tests
1 parent dc37cba commit f57d462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomstate/performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def timer_64bit():
8585

8686

8787
def timer_normal():
88-
command = 'rs.{dist}(1000000, method="inv")'
88+
command = 'rs.{dist}(1000000, method="bm")'
8989
command_numpy = 'rs.{dist}(1000000)'
9090
dist = 'standard_normal'
9191
run_timer(dist, command, command_numpy, SETUP, 'Standard normals')

0 commit comments

Comments
 (0)