Skip to content

Commit 341c2c8

Browse files
authored
correct the years for subsidy
1 parent 3c4b199 commit 341c2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

baus/summaries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def policy_activated(policy_loc, policy_nm, scenario):
416416

417417
total_amount = amount + amount_alt2
418418
# sum annual amount over the simulation period
419-
regional_funding += total_amount*5*7
419+
regional_funding += total_amount*5*8
420420

421421
write("Total funding is $%d" % regional_funding)
422422
write("")
@@ -446,7 +446,7 @@ def policy_activated(policy_loc, policy_nm, scenario):
446446
counter += 1
447447
acct_list.append(acct["name"].split(' Office')[0])
448448
amount = float(acct["total_amount"])
449-
regional_funding += amount*5*7
449+
regional_funding += amount*5*8
450450
write("Office subsidy bonds are activated for %d jurisdictions:" % counter)
451451
write(str(acct_list))
452452
write("Total funding is $%d" % regional_funding)

0 commit comments

Comments
 (0)