slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
98 stars 32 forks source link

Varying Q #30

Closed rafaelorozco closed 3 years ago

rafaelorozco commented 4 years ago

Added some parameters to model structures and constructors so that user can interface a spatially varying Q with Q implementation that Mathias has.

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will decrease coverage by 0.40%. The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   56.51%   56.10%   -0.41%     
==========================================
  Files          29       29              
  Lines        2447     2513      +66     
==========================================
+ Hits         1383     1410      +27     
- Misses       1064     1103      +39     
Impacted Files Coverage Δ
src/TimeModeling/ModelStructure.jl 61.11% <28.57%> (+11.11%) :arrow_up:
src/TimeModeling/auxiliaryFunctions.jl 41.57% <75.00%> (+0.46%) :arrow_up:
src/TimeModeling/InfoStructure.jl 77.77% <0.00%> (-9.73%) :arrow_down:
src/TimeModeling/judiVector.jl 74.44% <0.00%> (-4.10%) :arrow_down:
src/TimeModeling/judiModeling.jl 83.07% <0.00%> (-4.02%) :arrow_down:
src/TimeModeling/judiComposites.jl 46.92% <0.00%> (-3.99%) :arrow_down:
src/TimeModeling/GeometryStructure.jl 91.11% <0.00%> (-2.79%) :arrow_down:
src/TimeModeling/judiProjection.jl 65.30% <0.00%> (-2.78%) :arrow_down:
src/TimeModeling/judiWeights.jl 41.96% <0.00%> (-2.06%) :arrow_down:
src/TimeModeling/judiRHS.jl 96.87% <0.00%> (-1.54%) :arrow_down:
... and 14 more

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 75b948f...cc4714e. Read the comment docs.

mloubout commented 3 years ago

ping