def preSolve(self): """ Check to make sure that the inputs that are specific to MarkovConsumerType are of the right shape (if arrays) or length (if lists). Parameters ---------- None Returns ------- None """ AgentType.preSolve(self) self.checkMarkovInputs()
def preSolve(self): AgentType.preSolve(self) self.updateSolutionTerminal()