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

fix absorption test

parent ebd7a0c8
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #26765 failed
......@@ -78,7 +78,7 @@ class TestVorticityAbsorption(object):
self._test_one(shape=shape, dim=dim, dtype=dtype,
domain=domain, velo=velo, vorti=vorti,
start_coord=random.random()*.8+.1)
start_coord=random.random()*.7+.1)
def _test_one(self, shape, dim, dtype,
domain, velo, vorti, start_coord):
......
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