Skip to content
Snippets Groups Projects
Commit f0f43af2 authored by David Hendriks's avatar David Hendriks
Browse files

cleaning up the api test script

parent 90cadce7
No related branches found
No related tags found
No related merge requests found
......@@ -110,13 +110,14 @@ def test_run_system_with_custom_logging():
max_evolution_time,
)
output = binary_c_python_api.run_system(
argstring, custom_logging_func_memaddr=func_memaddr
)
print("function: test_run_system_with_custom_logging")
print("memory adress of custom logging functions:")
print(textwrap.indent(str(func_memaddr), "\t"))
output = binary_c_python_api.run_system(
argstring, custom_logging_func_memaddr=func_memaddr
)
print("binary_c output:")
print(textwrap.indent(output, "\t"))
......
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