QuantEcon / SimpleDifferentialOperators.jl

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

Modify types for `Mixed` bcs #143

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #142

codecov-io commented 5 years ago

Codecov Report

Merging #143 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
- Coverage   98.61%   98.59%   -0.02%     
==========================================
  Files           5        5              
  Lines          72       71       -1     
==========================================
- Hits           71       70       -1     
  Misses          1        1
Impacted Files Coverage Δ
src/utilities/extrapolatetoboundary.jl 83.33% <ø> (ø) :arrow_up:
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :arrow_up:
src/types.jl 100% <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 4a7b479...a8065af. Read the comment docs.