Skip to content

Commit

Permalink
Update run_gridsearch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neukym committed Apr 9, 2024
1 parent ce8fb8b commit d9b89fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokers/run_gridsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d9b89fe

Please sign in to comment.