Skip to content

Commit 9739b46

Browse files
set values on utility rate module correctly (change has no apparent effect on results so presumably SAM was handling this under the hood by merging parameters across modules at some point...)
1 parent c49ded5 commit 9739b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/EconomicsSam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def calculate_sam_economics(model: Model) -> dict[str, dict[str, Any]]:
8787
custom_gen.value(k, v)
8888

8989
for k, v in _get_utility_rate_parameters(model).items():
90-
single_owner.value(k, v)
90+
utility_rate.value(k, v)
9191

9292
for k, v in _get_single_owner_parameters(model).items():
9393
single_owner.value(k, v)

0 commit comments

Comments
 (0)