From da4d222ebaaceb9238c9604df2a5fadab2af9a2b Mon Sep 17 00:00:00 2001 From: Jean-Matthieu Etancelin <jean-matthieu.etancelin@imag.fr> Date: Fri, 31 Jan 2014 14:10:38 +0000 Subject: [PATCH] Fix test --- HySoP/hysop/gpu/tests/test_advection_randomVelocity.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HySoP/hysop/gpu/tests/test_advection_randomVelocity.py b/HySoP/hysop/gpu/tests/test_advection_randomVelocity.py index c86fde47f..7e1d32982 100644 --- a/HySoP/hysop/gpu/tests/test_advection_randomVelocity.py +++ b/HySoP/hysop/gpu/tests/test_advection_randomVelocity.py @@ -801,8 +801,8 @@ def test_rectangular_domain2D(): scal: [65, 33]}, method={TimeIntegrator: RK2, Interpolation: Linear, - Remesh: L2_1, - Support: 'gpu_2k', + Remesh: L4_2, + Support: 'gpu_1k', Splitting: 'o2'}, precision=PARMES_REAL, ) @@ -811,7 +811,7 @@ def test_rectangular_domain2D(): scal: [65, 33]}, method={TimeIntegrator: RK2, Interpolation: Linear, - Remesh: L2_1, + Remesh: L4_2, Support: '', Splitting: 'o2'}, ) -- GitLab