Skip to content
Snippets Groups Projects
Commit e8361ba1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[ASR31] AcessingSimulationResult: try returning 0 ()

Merging branch 'ASR31'  into 'main'.

See merge request !1692
parents 220ca521 00e9dc7f
No related branches found
No related tags found
1 merge request!1692AcessingSimulationResult: try returning 0
Pipeline #102711 failed
......@@ -133,6 +133,9 @@ if __name__ == '__main__':
field = result.extracted_field()
print(datetime.datetime.now().time(), "Plot", flush=True)
plot(field)
if bp.do_plot:
print(datetime.datetime.now().time(), "Won't show", flush=True)
exit(0)
print(datetime.datetime.now().time(), "Show", flush=True)
bp.show_or_export()
print(datetime.datetime.now().time(), "Done", flush=True)
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