Skip to content

Commit 359d815

Browse files
committed
undo temporary debugging return stmt
1 parent dc41e2d commit 359d815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyCIAM/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ def get_refA(
15211521
[d for d in slr.dims if len(slr[d]) == 1 and d != "seg"], drop=True
15221522
)
15231523

1524-
return calc_costs(
1524+
costs, refA = calc_costs(
15251525
inputs, slr, surge_lookup=surge, return_year0_hts=True, **model_kwargs
15261526
)
15271527

0 commit comments

Comments
 (0)