Skip to content

Commit 2190420

Browse files
committed
moments table
1 parent 2388cc1 commit 2190420

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
@@ -1100,7 +1100,7 @@ def model_fit_table(
11001100
# Fiscal moments
11011101
elif target_desc == r"Revenue to GDP ratio $(T/Y)$":
11021102
model_val = (
1103-
tpi_output["total_total_tax_revenue"][t] / tpi_output["Y"][t]
1103+
tpi_output["total_tax_revenue"][t] / tpi_output["Y"][t]
11041104
)
11051105
elif target_desc == r"Gov't consumption to GDP ratio $(G/Y)$":
11061106
model_val = tpi_output["G"][t] / tpi_output["Y"][t]

0 commit comments

Comments
 (0)