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

Add print statements to expm1-optimization test

parent 0893c39f
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,11 @@ def test_sympy_optimizations():
})
assignments = optimize_assignments(assignments, optims_pystencils_cpu)
print(assignments)
ast = pystencils.create_kernel(assignments, target=target)
code = str(pystencils.show_code(ast))
print(code)
assert 'expm1(' in code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment