diff --git a/ogcore/constants.py b/ogcore/constants.py index 1044835a6..ece6e9f9f 100644 --- a/ogcore/constants.py +++ b/ogcore/constants.py @@ -243,10 +243,12 @@ "eta_RM": ["Distribution of remittances", r"$\eta_{RM,j,s,t}$"], "alpha_G": ["Government spending as a share of GDP", r"$\alpha^{G}_{t}$"], "alpha_RM_1": [ - "Remittances as a share of GDP in initial period", r"$\alpha_{RM,1}$" + "Remittances as a share of GDP in initial period", + r"$\alpha_{RM,1}$", ], "alpha_RM_T": [ - "Remittances as a share of GDP in long run", r"$\alpha_{RM,T}$" + "Remittances as a share of GDP in long run", + r"$\alpha_{RM,T}$", ], "g_RM": ["Growth rate of remittances in initial periods", r"$g_{RM,t}$"], "rho_RM": ["Remittances smoothing parameter", r"$\rho_{RM}$"],