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 merge requests found
Pipeline #21592 canceled with stage
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment