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

Clean-ups to extrapolate #233

Merged
merged 2 commits into from
Sep 20, 2018
Merged

Clean-ups to extrapolate #233

merged 2 commits into from
Sep 20, 2018

Conversation

timholy
Copy link
Member

@timholy timholy commented Sep 20, 2018

Fixes #232 by throwing an informative error at the call site with the original problem. Also fixes a problem with using a ScaledInterpolation in conjunction with a FilledExtrapolation, and improves the README.

@codecov-io
Copy link

codecov-io commented Sep 20, 2018

Codecov Report

Merging #233 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   99.26%   99.26%   +<.01%     
==========================================
  Files          18       18              
  Lines         409      410       +1     
==========================================
+ Hits          406      407       +1     
  Misses          3        3
Impacted Files Coverage Δ
src/extrapolation/filled.jl 100% <100%> (ø) ⬆️

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 34a50c7...35100ad. Read the comment docs.

@timholy timholy merged commit d85ba1d into master Sep 20, 2018
@timholy timholy deleted the teh/fix_232 branch September 20, 2018 20:55
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.

Interpolations.extrapolate gives errors
2 participants