Ejemplo n.º 1
0
    def pre_solve(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.pre_solve(self)
        self.check_markov_inputs()
 def pre_solve(self):
     AgentType.pre_solve(self)
     self.update_solution_terminal()