Skip to content

Commit 73cea51

Browse files
committed
generate new benchmarking tables
1 parent 17e3f51 commit 73cea51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/CML7_benchmark_tables.pkl

0 Bytes
Binary file not shown.

tests/test_SPIs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def compute_new_tables():
2424
benchmark_dataset = load_benchmark_dataset()
2525
# Compute new tables on the benchmark dataset
2626
np.random.seed(42)
27-
calc = Calculator(dataset=benchmark_dataset, normalise=True, detrend=True)
27+
calc = Calculator(dataset=benchmark_dataset)
2828
calc.compute()
2929
table_dict = dict()
3030
for spi in calc.spis:

0 commit comments

Comments
 (0)