Skip to content
Snippets Groups Projects
Commit da4d222e authored by Jean-Matthieu Etancelin's avatar Jean-Matthieu Etancelin
Browse files

Fix test

parent ff3a4e10
No related branches found
No related tags found
No related merge requests found
...@@ -801,8 +801,8 @@ def test_rectangular_domain2D(): ...@@ -801,8 +801,8 @@ def test_rectangular_domain2D():
scal: [65, 33]}, scal: [65, 33]},
method={TimeIntegrator: RK2, method={TimeIntegrator: RK2,
Interpolation: Linear, Interpolation: Linear,
Remesh: L2_1, Remesh: L4_2,
Support: 'gpu_2k', Support: 'gpu_1k',
Splitting: 'o2'}, Splitting: 'o2'},
precision=PARMES_REAL, precision=PARMES_REAL,
) )
...@@ -811,7 +811,7 @@ def test_rectangular_domain2D(): ...@@ -811,7 +811,7 @@ def test_rectangular_domain2D():
scal: [65, 33]}, scal: [65, 33]},
method={TimeIntegrator: RK2, method={TimeIntegrator: RK2,
Interpolation: Linear, Interpolation: Linear,
Remesh: L2_1, Remesh: L4_2,
Support: '', Support: '',
Splitting: 'o2'}, Splitting: 'o2'},
) )
......
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