Skip to content
Snippets Groups Projects
Commit 36665bed authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

decreased discretization size for custom_symbolic test

parent bf4c90d5
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #41993 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment