Skip to content

Commit

Permalink
Merge branch 'develop' into pyproject_toml
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 21, 2024
2 parents cefc009 + 9d6f536 commit b24d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uedge/rundt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def dtsolve(dtdeltafac):
if abort is False:
self.converge(dtreal=dtreal, savedir='.',
savefname=self.savefname.format('{:.3f}_dtrun'.format(\
dtdelta).replace('.','p')).replace('.hdf5',''),
dtdelta*100).replace('.','p')).replace('.hdf5',''),
message='Solving for delta={:.3f}%'.format(dtdelta*100),
ii1max=ii1max, **kwargs)
if bbb.iterm == 1:
Expand Down

0 comments on commit b24d529

Please sign in to comment.