Skip to content

Commit cbccf9d

Browse files
author
davidcorteso
committed
Minor update to log in chain method
1 parent fd7bdd0 commit cbccf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fidimag/common/chain_method_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def relax(self, dt=1e-8, stopping_dYdt=1, max_iterations=1000,
703703
# -----------------------------------------------------------------
704704

705705
log.debug(time.strftime("%Y-%m-%d %H:%M:%S ", time.localtime()) +
706-
"step: {:.3g}, step_size: {:.3g}, "
706+
"step: {:.6g}, step_size: {:.3g}, "
707707
"max dYdt: {:.3g} "
708708
"max|G|: {:.3g} "
709709
"max|gradE|: {:.3g} "

0 commit comments

Comments
 (0)