Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update interpolation.py #972

Merged
merged 1 commit into from
Feb 28, 2021
Merged

Conversation

alanlujan91
Copy link
Member

Quick plug in for interpolating lower bound, fixes #971

Please ensure your pull request adheres to the following guidelines:

  • Tests for new functionality/models or Tests to reproduce the bug-fix in code.
  • Updated documentation of features that add new functionality.
  • Update CHANGELOG.md with major/minor changes.

plug in for interpolating lower bound
@codecov-io
Copy link

Codecov Report

Merging #972 (0ac63d2) into master (449f40f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #972   +/-   ##
=======================================
  Coverage   71.84%   71.85%           
=======================================
  Files          62       62           
  Lines        9204     9205    +1     
=======================================
+ Hits         6613     6614    +1     
  Misses       2591     2591           
Impacted Files Coverage Δ
HARK/interpolation.py 41.09% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 449f40f...0ac63d2. Read the comment docs.

@sbenthall sbenthall merged commit 76051a3 into econ-ark:master Feb 28, 2021
@alanlujan91 alanlujan91 deleted the CubicInterpFix branch February 28, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CubicInterp on lower bound returns np.nan
3 participants