diff --git a/src/uedge/rundt.py b/src/uedge/rundt.py index 6494559a..0143cb1c 100644 --- a/src/uedge/rundt.py +++ b/src/uedge/rundt.py @@ -1232,7 +1232,8 @@ def dtsolve(dtdeltafac): print('===== CONTINUATION SOLVE FAILED =====') print('=====================================') print('Last successful step for {}: {:.4e}'.format(\ - self.var, self.lastsuccess) + str(list(self.var.keys())).replace('[','').replace(']',''), + self.lastsuccess) ) return # Start trying to reset convergence