From d9b89fefe92aea73d92f851f0c91f86bf87a3b60 Mon Sep 17 00:00:00 2001 From: neukym Date: Tue, 9 Apr 2024 13:31:14 +0100 Subject: [PATCH] Update run_gridsearch.py --- invokers/run_gridsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokers/run_gridsearch.py b/invokers/run_gridsearch.py index 271c652e..6f479470 100644 --- a/invokers/run_gridsearch.py +++ b/invokers/run_gridsearch.py @@ -52,7 +52,7 @@ def main(): help='seconds in each split of the recording, also maximum range of latencies being checked') parser.add_argument('--n-splits', type=int, default=400, help='number of splits to split the recording into, (set to 400/seconds_per_split for full file)') - parser.add_argument('--n-derangements', type=int, default=5, + parser.add_argument('--n-derangements', type=int, default=1, help='number of deragements for the null distribution') parser.add_argument('--start-latency', type=float, default=-200, help='earliest latency to check in cross correlation')