We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61de262 commit 5a0907fCopy full SHA for 5a0907f
1 file changed
ogcore/SS.py
@@ -1083,7 +1083,7 @@ def SS_solver(
1083
)
1084
1085
if ENFORCE_SOLUTION_CHECKS and (max(np.absolute(RC)) > p.RC_SS):
1086
- logging.warning("Resource Constraint Difference:", RC)
+ logging.warning(f"Resource Constraint Difference: {RC}")
1087
err = "Steady state aggregate resource constraint not satisfied"
1088
raise RuntimeError(err)
1089
0 commit comments