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

Add print statements to expm1-optimization test

parent 995cc9ef
No related merge requests found
......@@ -16,6 +16,7 @@ def test_sympy_optimizations():
})
assignments = optimize_assignments(assignments, optims_pystencils_cpu)
print(assignments)
ast = pystencils.create_kernel(assignments, target=target)
code = pystencils.get_code_str(ast)
......
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