From bca2586e6a098e0ebb00868e829c806c234252b3 Mon Sep 17 00:00:00 2001 From: alanlujan91 Date: Sun, 10 Mar 2024 20:33:51 -0400 Subject: [PATCH] fix failing test --- HARK/ConsumptionSaving/ConsIndShockModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HARK/ConsumptionSaving/ConsIndShockModel.py b/HARK/ConsumptionSaving/ConsIndShockModel.py index b1f1e015f..604528bc5 100644 --- a/HARK/ConsumptionSaving/ConsIndShockModel.py +++ b/HARK/ConsumptionSaving/ConsIndShockModel.py @@ -44,8 +44,8 @@ combine_indep_dstns, expected, ) -from HARK.interpolation import CubicHermiteInterp as CubicInterp from HARK.interpolation import ( + CubicInterp, LinearInterp, LowerEnvelope, MargMargValueFuncCRRA,