QuantEcon / SimpleDifferentialOperators.jl

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

Add an extension operator for jump diffusion #158

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #157 -- wip

codecov-io commented 5 years ago

Codecov Report

Merging #158 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #158   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      6    +1     
  Lines         109    143   +34     
=====================================
+ Hits          109    143   +34
Impacted Files Coverage Δ
src/operators.jl 100% <ø> (ø) :arrow_up:
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :arrow_up:
src/utilities/findnearestindex.jl 100% <100%> (ø)
src/types.jl 100% <100%> (ø) :arrow_up:
src/extensionoperators.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 f88a255...93dc4fc. Read the comment docs.