Skip to content
Snippets Groups Projects
Commit 45df6180 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove ununsed variables in test

parent 22b5af2c
No related branches found
No related tags found
No related merge requests found
Pipeline #21592 canceled
...@@ -27,8 +27,6 @@ from pystencils_walberla.cmake_integration import ManualCodeGenerationContext ...@@ -27,8 +27,6 @@ from pystencils_walberla.cmake_integration import ManualCodeGenerationContext
def test_walberla(): def test_walberla():
x, y = pystencils.fields('x, y: float32[3d]') 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]') flags = pystencils.fields('flag_field: float32[3d]')
foo_symbol = TypedSymbol('foo', np.bool) foo_symbol = TypedSymbol('foo', np.bool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment