Skip to content

Commit c3e218d

Browse files
fixed typo
1 parent aabb634 commit c3e218d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varipeps/ctmrg/routine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def calc_ctmrg_env(
800800
if not new_chi in already_tried_chi:
801801
working_unitcell = working_unitcell.change_chi(new_chi)
802802

803-
if logger.isEnabledFor(logging.info):
803+
if logger.isEnabledFor(logging.INFO):
804804
logger.info(
805805
"Decreasing chi to %d since smallest SVD Norm was %.3e or routine did not converge.",
806806
new_chi,

0 commit comments

Comments
 (0)