We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388cc1 commit 2190420Copy full SHA for 2190420
1 file changed
ogcore/output_tables.py
@@ -1100,7 +1100,7 @@ def model_fit_table(
1100
# Fiscal moments
1101
elif target_desc == r"Revenue to GDP ratio $(T/Y)$":
1102
model_val = (
1103
- tpi_output["total_total_tax_revenue"][t] / tpi_output["Y"][t]
+ tpi_output["total_tax_revenue"][t] / tpi_output["Y"][t]
1104
)
1105
elif target_desc == r"Gov't consumption to GDP ratio $(G/Y)$":
1106
model_val = tpi_output["G"][t] / tpi_output["Y"][t]
0 commit comments