From ca99f6e440972fd9983f0b967cf6e8de0666adef Mon Sep 17 00:00:00 2001 From: JM Etancelin <jean-matthieu.etancelin@univ-pau.fr> Date: Tue, 29 Mar 2022 13:04:19 +0200 Subject: [PATCH] fix test --- hysop/operator/tests/test_custom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hysop/operator/tests/test_custom.py b/hysop/operator/tests/test_custom.py index 31263a3ec..c357d335a 100644 --- a/hysop/operator/tests/test_custom.py +++ b/hysop/operator/tests/test_custom.py @@ -44,8 +44,8 @@ class TestCustom(object): for _ in range(1, 6): data[...] += (x**2)*npw.sin(y)*npw.exp(z*_) - @staticmethod - def __analytic_python(F): + @staticmethod + def __analytic_python(F): TestCustom.__analytic_init(F.data[0], F.compute_mesh_coords, 0) __analytic_opencl = """ -- GitLab