Skip to content

Commit 95bb2af

Browse files
committed
code format
1 parent 9074664 commit 95bb2af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ogcore/household.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ def constraint_checker_TPI(b_dist, n_dist, c_dist, t, ltilde):
818818
)
819819
if (n_dist < 0).any():
820820
logging.info(
821-
f"WARNING: Labor supply violates nonnegativity constraints in period {t}.")
821+
f"WARNING: Labor supply violates nonnegativity constraints in period {t}."
822+
)
822823
if (n_dist > ltilde).any():
823824
logging.info(
824825
"\tWARNING: Labor suppy violates the ltilde constraint",

0 commit comments

Comments
 (0)