Skip to content
Snippets Groups Projects
Commit eb1c6ea6 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

fix OpenCL test

parent f81d83b7
No related merge requests found
......@@ -249,7 +249,7 @@ def test_kernel_creation():
print(ast.backend)
code = str(pystencils.show_code(ast))
code = pystencils.get_code_str(ast)
print(code)
assert 'get_local_size' in code
......
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