AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

Update acquisition scheme and model handling for clinical data (deltas unknown) #34

Closed rutgerfick closed 5 years ago

rutgerfick commented 5 years ago

closes #33

codecov-io commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.53%. The diff coverage is 85.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   81.81%   82.35%   +0.53%     
==========================================
  Files          61       61              
  Lines        5136     5253     +117     
  Branches      579      614      +35     
==========================================
+ Hits         4202     4326     +124     
+ Misses        777      763      -14     
- Partials      157      164       +7
Impacted Files Coverage Δ
dmipy/signal_models/cylinder_models.py 98.67% <100%> (+0.01%) :arrow_up:
dmipy/tissue_response/white_matter_response.py 72.15% <100%> (ø) :arrow_up:
dmipy/signal_models/tissue_response_models.py 97.8% <100%> (+0.04%) :arrow_up:
dmipy/signal_models/gaussian_models.py 98.61% <100%> (+0.02%) :arrow_up:
dmipy/signal_models/sphere_models.py 72.14% <100%> (+0.81%) :arrow_up:
dmipy/signal_models/plane_models.py 100% <100%> (ø) :arrow_up:
dmipy/distributions/distribute_models.py 78.85% <100%> (+0.49%) :arrow_up:
dmipy/core/tests/test_acquisition_scheme.py 100% <100%> (ø) :arrow_up:
dmipy/tissue_response/three_tissue_response.py 36.04% <50%> (ø) :arrow_up:
dmipy/core/fitted_modeling_framework.py 64.75% <66.66%> (+0.01%) :arrow_up:
... and 6 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 d86bc78...bf20221. Read the comment docs.