Skip to content

Commit b8ed1d0

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix_test_warnings
2 parents 60fc3ef + b333e10 commit b8ed1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/SS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def SS_solver(
10951095
)
10961096

10971097
if ENFORCE_SOLUTION_CHECKS and (max(np.absolute(RC)) > p.RC_SS):
1098-
logging.warning("Resource Constraint Difference:", RC)
1098+
logging.warning(f"Resource Constraint Difference: {RC}")
10991099
err = "Steady state aggregate resource constraint not satisfied"
11001100
raise RuntimeError(err)
11011101

0 commit comments

Comments
 (0)