Skip to content

Commit

Permalink
fixing the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Dec 15, 2020
1 parent e138d0e commit df82892
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HARK/ConsumptionSaving/ConsAggShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
CRRAutility_inv,
makeGridExpMult,
)
from HARK.distribution import Uniform, calcExpectation
from HARK.distribution import (
MeanOneLogNormal,
Uniform,
combineIndepDstns,
calcExpectation
)
from HARK.ConsumptionSaving.ConsIndShockModel import (
ConsumerSolution,
IndShockConsumerType,
Expand Down

0 comments on commit df82892

Please sign in to comment.