QuantEcon / SimpleDifferentialOperators.jl

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

Refactor operator names #118

Closed chiyahn closed 5 years ago

chiyahn commented 5 years ago

Resolves #116

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #118   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         108    108           
=====================================
  Hits          108    108
Impacted Files Coverage Δ
src/SimpleDifferentialOperators.jl 100% <ø> (ø) :arrow_up:
src/operators.jl 100% <100%> (ø) :arrow_up:
src/basis.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 4b20d70...143f2b6. Read the comment docs.

jlperla commented 5 years ago

Hey @chiyahn Is this relatively close to mergable? I want to update the LCP notebook to reflect modified notation when you think the time is right.

chiyahn commented 5 years ago

@jlperla Yup, merging now