From e6feac93fe5c657cbcb319e3eec563cf853e71c9 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 26 Jul 2020 17:37:21 +0200 Subject: [PATCH] obi test: made less heavy to be faster --- python/obitools3/commands/test.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/obitools3/commands/test.pyx b/python/obitools3/commands/test.pyx index a0cd1a5..64c3e05 100755 --- a/python/obitools3/commands/test.pyx +++ b/python/obitools3/commands/test.pyx @@ -441,7 +441,7 @@ def addOptions(parser): default=20, type=int, help="Maximum length of tuples. " - "Default: 200") + "Default: 50") group.add_argument('--max_ini_col_count','-o', action="store", dest="test:maxinicolcount", @@ -457,7 +457,7 @@ def addOptions(parser): default=10000, type=int, help="Maximum number of lines in a column. " - "Default: 10000") + "Default: 1000") group.add_argument('--max_elts_per_line','-e', action="store", dest="test:maxelts",