QuantEcon / SimpleDifferentialOperators.jl

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

Code for interior solutions with affine boundary operators #192

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #188. WIP

codecov-io commented 5 years ago

Codecov Report

Merging #192 into master will decrease coverage by 1.29%. The diff coverage is 92.1%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #192     +/-   ##
========================================
- Coverage   98.79%   97.5%   -1.3%     
========================================
  Files           7       8      +1     
  Lines         166     200     +34     
========================================
+ Hits          164     195     +31     
- Misses          2       5      +3
Impacted Files Coverage Δ
src/types.jl 100% <ø> (ø) :arrow_up:
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :arrow_up:
src/operators.jl 97.29% <100%> (ø) :arrow_up:
src/utilities/extrapolatetoboundary.jl 100% <100%> (ø) :arrow_up:
src/affine.jl 90% <90%> (ø)

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 68d2a29...07be253. Read the comment docs.