diff --git a/HARK/ConsumptionSaving/tests/test_IndShockConsumerTypeFast.py b/HARK/ConsumptionSaving/tests/test_IndShockConsumerTypeFast.py index e33808bef..d14ad0310 100644 --- a/HARK/ConsumptionSaving/tests/test_IndShockConsumerTypeFast.py +++ b/HARK/ConsumptionSaving/tests/test_IndShockConsumerTypeFast.py @@ -116,7 +116,7 @@ def test_GICRawFails(self): ) GICRawFailExample.solve() - GICRawFailExample.unpackcFunc() + GICRawFailExample.unpack_cFunc() m = np.linspace(0, 5, 1000) c_m = GICRawFailExample.cFunc[0](m)