From ea15b111de45c23cad3b8682fd009c99f8cf10c2 Mon Sep 17 00:00:00 2001 From: "Matthew N. White" Date: Tue, 12 Mar 2024 22:44:57 -0400 Subject: [PATCH] Delete two blank lines that upset ruff --- HARK/ConsumptionSaving/ConsMarkovModel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/HARK/ConsumptionSaving/ConsMarkovModel.py b/HARK/ConsumptionSaving/ConsMarkovModel.py index 5023e9ea2..ad54a4554 100644 --- a/HARK/ConsumptionSaving/ConsMarkovModel.py +++ b/HARK/ConsumptionSaving/ConsMarkovModel.py @@ -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] @@ -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]