QuantEcon / SimpleDifferentialOperators.jl

Library for simple upwind finite differences
MIT License
12 stars 2 forks source link

Add boundary extrapolation #125

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #85

codecov-io commented 5 years ago

Codecov Report

Merging #125 into master will decrease coverage by 0.86%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage     100%   99.13%   -0.87%     
==========================================
  Files           4        5       +1     
  Lines         110      116       +6     
==========================================
+ Hits          110      115       +5     
- Misses          0        1       +1
Impacted Files Coverage Δ
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :arrow_up:
src/utilities/extrapolatetoboundary.jl 83.33% <83.33%> (ø)

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 be98408...7636fb3. Read the comment docs.