diff --git a/tests/test_walberla.py b/tests/test_walberla.py index fd44dde460f4b330692f91fc628ea86b3da2193e..ca34e117e14cd42bc5414baba6aa09e5454a0ab1 100644 --- a/tests/test_walberla.py +++ b/tests/test_walberla.py @@ -27,8 +27,6 @@ from pystencils_walberla.cmake_integration import ManualCodeGenerationContext def test_walberla(): x, y = pystencils.fields('x, y: float32[3d]') - pdf = pystencils.fields('pdf(27): float32[3d]') - pdf2 = pystencils.fields('pdf2(27): float32[3d]') flags = pystencils.fields('flag_field: float32[3d]') foo_symbol = TypedSymbol('foo', np.bool)