diff --git a/HARK/ConsumptionSaving/ConsAggShockModel.py b/HARK/ConsumptionSaving/ConsAggShockModel.py index b483ad8d8..631271a21 100644 --- a/HARK/ConsumptionSaving/ConsAggShockModel.py +++ b/HARK/ConsumptionSaving/ConsAggShockModel.py @@ -418,6 +418,12 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. + """ raise NotImplementedError() diff --git a/HARK/ConsumptionSaving/ConsIndShockModel.py b/HARK/ConsumptionSaving/ConsIndShockModel.py index a4e7e181d..7ca59fdb2 100644 --- a/HARK/ConsumptionSaving/ConsIndShockModel.py +++ b/HARK/ConsumptionSaving/ConsIndShockModel.py @@ -2096,6 +2096,11 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. """ # Get the income distribution (or make a very dense one) if approx_inc_dstn: @@ -2676,6 +2681,11 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. """ raise NotImplementedError() diff --git a/HARK/ConsumptionSaving/ConsLaborModel.py b/HARK/ConsumptionSaving/ConsLaborModel.py index f84213915..ef6767712 100644 --- a/HARK/ConsumptionSaving/ConsLaborModel.py +++ b/HARK/ConsumptionSaving/ConsLaborModel.py @@ -455,6 +455,11 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. """ raise NotImplementedError() diff --git a/HARK/ConsumptionSaving/ConsMarkovModel.py b/HARK/ConsumptionSaving/ConsMarkovModel.py index 1fbc5ba51..3d91399dd 100644 --- a/HARK/ConsumptionSaving/ConsMarkovModel.py +++ b/HARK/ConsumptionSaving/ConsMarkovModel.py @@ -1244,5 +1244,10 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. """ raise NotImplementedError() diff --git a/HARK/ConsumptionSaving/ConsPrefShockModel.py b/HARK/ConsumptionSaving/ConsPrefShockModel.py index 8fdf6f8d8..7c97019c5 100644 --- a/HARK/ConsumptionSaving/ConsPrefShockModel.py +++ b/HARK/ConsumptionSaving/ConsPrefShockModel.py @@ -247,6 +247,11 @@ def makeEulerErrorFunc(self, mMax=100, approx_inc_dstn=True): Returns ------- None + + Notes + ----- + This method is not used by any other code in the library. Rather, it is here + for expository and benchmarking purposes. """ raise NotImplementedError()