diff --git a/HARK/ConsumptionSaving/tests/test_IndShockConsumerType.py b/HARK/ConsumptionSaving/tests/test_IndShockConsumerType.py index e4683674c..9c320ec8f 100644 --- a/HARK/ConsumptionSaving/tests/test_IndShockConsumerType.py +++ b/HARK/ConsumptionSaving/tests/test_IndShockConsumerType.py @@ -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)))