Skip to content

Commit 15a0c5f

Browse files
committed
fix typo
1 parent 5f2f138 commit 15a0c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/aggregates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def revenue(
382382
w_tax_liab = tax.wealth_tax_liab(r, b, 0, None, method, p)
383383
if method == "SS":
384384
p_i = np.dot(p.io_matrix, p_m)
385-
pop_weights = p.omega_SS)
385+
pop_weights = p.omega_SS
386386
iit_payroll_tax_revenue = (inc_pay_tax_liab * pop_weights).sum()
387387
agg_pension_outlays = (pension_benefits * pop_weights).sum()
388388
UBI_outlays = (ubi * pop_weights).sum()

0 commit comments

Comments
 (0)