QuantEcon / SimpleDifferentialOperators.jl

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

Adam's fixes to derivation document #182

Closed ajozefiak closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #182 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files           7        7           
  Lines         166      166           
=======================================
  Hits          164      164           
  Misses          2        2

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 b417114...cd941df. Read the comment docs.

chiyahn commented 5 years ago

Thanks Adam! I'll have a look soon.

chiyahn commented 5 years ago

Thanks for the careful review, that must have been a lot of work. I agree with the changes you have proposed -- merging the PR now.