QuantEcon / SimpleDifferentialOperators.jl

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

Homogenous absorbing barrier #151

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #148

codecov-io commented 5 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #151      +/-   ##
========================================
+ Coverage   98.86%    99%   +0.14%     
========================================
  Files           5      5              
  Lines          88    101      +13     
========================================
+ Hits           87    100      +13     
  Misses          1      1
Impacted Files Coverage Δ
src/types.jl 100% <ø> (ø) :arrow_up:
src/utilities/extrapolatetoboundary.jl 87.5% <ø> (+4.16%) :arrow_up:
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :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 1226f87...b84368a. Read the comment docs.