Skip to content

Commit

Permalink
Black formatted constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 5, 2024
1 parent 2040d29 commit d035e38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ogcore/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}$"],
Expand Down

0 comments on commit d035e38

Please sign in to comment.