QuantEcon / SimpleDifferentialOperators.jl

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

Implementation for absorbing barriers in even further interior nodes #198

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #191

codecov-io commented 5 years ago

Codecov Report

Merging #198 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage    97.5%   97.68%   +0.18%     
==========================================
  Files           8        8              
  Lines         200      216      +16     
==========================================
+ Hits          195      211      +16     
  Misses          5        5
Impacted Files Coverage Δ
src/types.jl 100% <ø> (ø) :arrow_up:
src/affine.jl 92.1% <100%> (+2.1%) :arrow_up:
src/operators.jl 97.59% <100%> (+0.29%) :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 6684ad6...66a3947. Read the comment docs.