Skip to content

Commit

Permalink
Delete two blank lines that upset ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Mar 13, 2024
1 parent c6f8fc1 commit ea15b11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HARK/ConsumptionSaving/ConsMarkovModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def solve_one_period_ConsMarkov(
# Loop through each next-period-state and calculate the beginning-of-period
# (marginal) value function
for j in range(StateCountNext):

# Condition values on next period's state (and record a couple for later use)
Rfree = Rfree_list[j]
PermGroFac = PermGroFac_list[j]
Expand Down Expand Up @@ -415,7 +414,6 @@ def calc_vPPnext(S, a, R):

# Loop through each current period state and add its solution to the overall solution
for i in range(StateCountNow):

# Set current-Markov-state-conditional human wealth and MPC bounds
hNrmNow_i = hNrmNow[i]
MPCminNow_i = MPCminNow[i]
Expand Down

0 comments on commit ea15b11

Please sign in to comment.