Skip to content
Snippets Groups Projects
Commit cbb639d9 authored by Malthe Kjær Bisbo's avatar Malthe Kjær Bisbo
Browse files

fixed excessive mem use by del a.calc in relax

parent fb36acfa
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -143,4 +143,5 @@ def relax(structure, calc, Fmax=0.01, steps_max=200, max_relax_dist=None, positi
traceback.print_exc()
traceback.print_exc(file=sys.stderr)
termination_cause = 'error'
del a.calc
return a, termination_cause
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
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