QuantEcon / SimpleDifferentialOperators.jl

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

Improve `extrapolatetoboundary` to allow all bc combinations #156

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #152

codecov-io commented 5 years ago

Codecov Report

Merging #156 into master will increase coverage by 0.99%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #156      +/-   ##
========================================
+ Coverage      99%   100%   +0.99%     
========================================
  Files           5      5              
  Lines         101    109       +8     
========================================
+ Hits          100    109       +9     
+ Misses          1      0       -1
Impacted Files Coverage Δ
src/utilities/extrapolatetoboundary.jl 100% <100%> (+12.5%) :arrow_up:
src/operators.jl 100% <100%> (ø) :arrow_up:

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 4232157...7218fc9. Read the comment docs.

chiyahn commented 5 years ago

Oof, forgot that there are different directions of Mixed(). Now working on that