Skip to content

Commit

Permalink
Merge pull request #1011 from alanlujan91/scipyCubic
Browse files Browse the repository at this point in the history
implement CubicHermiteInterp
  • Loading branch information
llorracc authored Oct 21, 2021
2 parents 4783977 + b51ea9e commit b36b8f8
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 56 deletions.
1 change: 1 addition & 0 deletions HARK/ConsumptionSaving/ConsIndShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from scipy.optimize import newton
from HARK import AgentType, NullFunc, MetricObject, make_one_period_oo_solver
from HARK.utilities import warnings # Because of "patch" to warnings modules
from HARK.interpolation import CubicHermiteInterp as CubicInterp
from HARK.interpolation import (
CubicInterp,
LowerEnvelope,
Expand Down
Loading

0 comments on commit b36b8f8

Please sign in to comment.