Skip to content

Commit 8eb067d

Browse files
committed
fix sign
1 parent 940b977 commit 8eb067d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/output_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def model_fit_table(
11251125
elif target_desc == "Gini coefficient, after-tax income":
11261126
dist = (
11271127
tpi_output["before_tax_income"][t]
1128-
+ tpi_output["hh_net_taxes"][t]
1128+
- tpi_output["hh_net_taxes"][t]
11291129
)
11301130
pop_weights = params.omega[t]
11311131
pop_weights = pop_weights / pop_weights.sum()

0 commit comments

Comments
 (0)