SciML / MultiScaleArrays.jl

A framework for developing multi-scale arrays for use in scientific machine learning (SciML) simulations
https://docs.sciml.ai/MultiScaleArrays/stable/
Other
73 stars 16 forks source link

Additional renaming, use node(s) instead of daughter(s), fix REQUIRE & README.md #20

Closed ScottPJones closed 7 years ago

ScottPJones commented 7 years ago

Change README, change leaf from nodes to values Improved formatting Update REQUIRE for v0.6 and above, remove Compat

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.03%) to 82.738% when pulling 8f0c5b5e2535c9ef2183d138c913629f2bb91f40 on ScottPJones:spj/node into cdfa7d25ec15e7cf8c850c31f3ee3648448e31b7 on JuliaDiffEq:master.

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will increase coverage by 1.03%. The diff coverage is 80.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage    81.7%   82.73%   +1.03%     
==========================================
  Files           7        7              
  Lines         164      168       +4     
==========================================
+ Hits          134      139       +5     
+ Misses         30       29       -1
Impacted Files Coverage Δ
src/MultiScaleArrays.jl 0% <ø> (ø) :arrow_up:
src/diffeq.jl 100% <100%> (+8.33%) :arrow_up:
src/addition_deletion.jl 94.73% <100%> (ø) :arrow_up:
src/indexing.jl 77.35% <53.33%> (-2.24%) :arrow_down:
src/shape_construction.jl 82.85% <87.5%> (ø) :arrow_up:
src/math.jl 65% <0%> (+10%) :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 cdfa7d2...8f0c5b5. Read the comment docs.