Skip to content

Commit 17e3f51

Browse files
committed
generate new benchmarking tables
1 parent 264fe62 commit 17e3f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generate_benchmark_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_benchmark_tables(calc_list):
2929

3030
for i in range(10):
3131
np.random.seed(42)
32-
calc = Calculator(dataset=dataset, detrend=True, normalise=True)
32+
calc = Calculator(dataset=dataset)
3333
calc.compute()
3434
store_calcs.append(calc)
3535

0 commit comments

Comments
 (0)