From 36665bedf97a8f380f7dd868ffa43a82598df25b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr> Date: Mon, 20 Apr 2020 21:54:08 +0200 Subject: [PATCH] decreased discretization size for custom_symbolic test --- hysop/operator/tests/test_custom_symbolic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hysop/operator/tests/test_custom_symbolic.py b/hysop/operator/tests/test_custom_symbolic.py index ff5930c3a..49d8e4287 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 = 8 - cls.size_max0 = 4096 - cls.size_min = 8 + cls.size_min0 = 16 + cls.size_max0 = 16 + cls.size_min = 16 cls.size_max = 16 cls.enable_extra_tests = enable_extra_tests -- GitLab