Skip to content
Snippets Groups Projects
Commit 2528b044 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

forgot to close optimizer file, is this the cause of a crash??

parent 7d3c3da9
No related branches found
No related tags found
No related merge requests found
...@@ -302,6 +302,8 @@ class Optimizer(object): ...@@ -302,6 +302,8 @@ class Optimizer(object):
savedict['comment'] = 'Kalman gain matrix of all obs and state vector elements' savedict['comment'] = 'Kalman gain matrix of all obs and state vector elements'
dummy = f.AddData(savedict) dummy = f.AddData(savedict)
dummy = f.close()
msg = 'Diagnostics file closed ' ; logging.debug(msg)
return None return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment