diff --git a/HARK/ConsumptionSaving/ConsIndShockModel.py b/HARK/ConsumptionSaving/ConsIndShockModel.py index b84b05f81..65f7414d7 100644 --- a/HARK/ConsumptionSaving/ConsIndShockModel.py +++ b/HARK/ConsumptionSaving/ConsIndShockModel.py @@ -1868,11 +1868,11 @@ def checkCondition(self, print(messages[0].format(self) if self.conditions[name] - else messages[3].format(self)) + else messages[2].format(self)) if verbose: print(messages[1].format(self) if self.conditions[name] - else messages[2].format(self)) + else messages[3].format(self)) def checkAIC(self, verbose = False):