Skip to content

Commit

Permalink
Get over yourself, ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Mar 22, 2024
1 parent cefc153 commit 316cb71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions HARK/ConsumptionSaving/tests/test_IndShockConsumerType.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,9 +896,8 @@ def test_calc_tran_matrix(self):
asset = example1.aPol_Grid # Normalized Asset Policy Grid

example1.calc_ergodic_dist()
vecDstn = (
example1.vec_erg_dstn
) # Distribution of market resources and permanent income as a vector (m*p)x1 vector where
vecDstn = example1.vec_erg_dstn
# Distribution of market resources and permanent income as a vector (m*p)x1 vector where

# Compute Aggregate Consumption and Aggregate Assets
gridc = np.zeros((len(c), len(p)))
Expand Down

0 comments on commit 316cb71

Please sign in to comment.