From dfc31de8ff5861520d9d7cd3206560d4ee92be89 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr>
Date: Mon, 20 Apr 2020 09:06:07 +0200
Subject: [PATCH] raised custom_symbolic discetization parameters

---
 hysop/operator/tests/test_custom_symbolic.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hysop/operator/tests/test_custom_symbolic.py b/hysop/operator/tests/test_custom_symbolic.py
index 6fab331b1..305c9a5c3 100644
--- a/hysop/operator/tests/test_custom_symbolic.py
+++ b/hysop/operator/tests/test_custom_symbolic.py
@@ -34,9 +34,9 @@ class TestCustomSymbolic(object):
             cls.size_min = 4
             cls.size_max = 6
         else:
-            cls.size_min0 = 6
+            cls.size_min0 = 8
             cls.size_max0 = 4096
-            cls.size_min = 3
+            cls.size_min = 8
             cls.size_max = 16
 
         cls.enable_extra_tests = enable_extra_tests
-- 
GitLab