Skip to content
Snippets Groups Projects
Commit 7462481d authored by Christoph Groth's avatar Christoph Groth
Browse files

remove print from test

parent a9f5463e
No related branches found
No related tags found
No related merge requests found
Pipeline #12026 passed with warnings
......@@ -443,7 +443,6 @@ def test_numeric_functions_advance():
# test onsite
v = symbolic.pop((0,)).subs({sympy.symbols('a_x'): a, B: p['B']})
print(v)
f_sym = sympy.lambdify(['A', 'x'], v)
f_num = builder[lat(0)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment