HARK icon indicating copy to clipboard operation
HARK copied to clipboard

normalize default/null Solution function values

Open sbenthall opened this issue 4 years ago • 6 comments

PortfolioSolution's initializer defaults all inputs to None then turns each None into NullFunc() Simpler to set default values to NullFunc

https://github.com/econ-ark/HARK/blob/master/HARK/ConsumptionSaving/ConsPortfolioModel.py#L78-L108

sbenthall avatar Apr 21 '20 19:04 sbenthall