Closed larsgeb closed 2 years ago
Merging #41 (a2ad0a3) into master (d088164) will decrease coverage by
0.61%
. The diff coverage is34.73%
.
@@ Coverage Diff @@
## master #41 +/- ##
==========================================
- Coverage 63.34% 62.73% -0.62%
==========================================
Files 45 44 -1
Lines 4862 5074 +212
==========================================
+ Hits 3080 3183 +103
- Misses 1782 1891 +109
Flag | Coverage Δ | |
---|---|---|
unittests | 62.73% <34.73%> (-0.62%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
hmclab/Distributions/ElasticFullWaveform2D.py | 2.04% <0.00%> (ø) |
|
hmclab/Distributions/__init__.py | 90.00% <ø> (ø) |
|
setup.py | 0.00% <ø> (ø) |
|
versioneer.py | 0.00% <0.00%> (ø) |
|
hmclab/_version.py | 40.63% <35.65%> (-2.38%) |
:arrow_down: |
hmclab/Distributions/base.py | 83.12% <55.35%> (-1.14%) |
:arrow_down: |
hmclab/Samplers.py | 71.51% <80.39%> (+0.30%) |
:arrow_up: |
hmclab/Samples.py | 37.14% <85.71%> (+2.79%) |
:arrow_up: |
hmclab/Distributions/LinearMatrix.py | 85.00% <90.00%> (+2.17%) |
:arrow_up: |
hmclab/Distributions/SourceLocation.py | 82.56% <100.00%> (+0.71%) |
:arrow_up: |
... and 12 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 d088164...a2ad0a3. Read the comment docs.
Developments of notebooks, animation algorithms and a new Docker image that allows the FWI. Forgot to update some of the signatures in the
generate()
method of distributions, so tests failed.