We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60fc3ef + b333e10 commit b8ed1d0Copy full SHA for b8ed1d0
1 file changed
ogcore/SS.py
@@ -1095,7 +1095,7 @@ def SS_solver(
1095
)
1096
1097
if ENFORCE_SOLUTION_CHECKS and (max(np.absolute(RC)) > p.RC_SS):
1098
- logging.warning("Resource Constraint Difference:", RC)
+ logging.warning(f"Resource Constraint Difference: {RC}")
1099
err = "Steady state aggregate resource constraint not satisfied"
1100
raise RuntimeError(err)
1101
0 commit comments