From 4503e90c8cac3d747e3f7b8b0cbac86610c9f008 Mon Sep 17 00:00:00 2001 From: tiborauer <tibor.auer@gmail.com> Date: Wed, 29 Jun 2022 10:48:40 +0100 Subject: [PATCH] ENH - default difficulty --- rMtS_multiblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rMtS_multiblock.py b/rMtS_multiblock.py index 60254b9..a0a0b50 100644 --- a/rMtS_multiblock.py +++ b/rMtS_multiblock.py @@ -38,7 +38,7 @@ if __name__ == '__main__': ('participant',''), ('session','1'), ('grid size',6), # number of cells per axis -> number of cells = gridXY**2 - ('sample size',4), # number of circles (cannot be more than half of the number of cells) + ('sample size',6), # number of circles (cannot be more than half of the number of cells) ('sample retention time','[1.5, 1.5]'), # delay after sample ('match type', ['single','multi']), # match type ("single" - ~Alekseichuk or "multi" - ~Berger) ('match number',1), # number of matches per sample -- GitLab