TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

Fixes #45

Closed ZviBaratz closed 4 years ago

ZviBaratz commented 4 years ago

Some minor refactoring. You can ignore the intensity correction module, it shouldn't really have been included here but nevermind.

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will decrease coverage by 1.48%. The diff coverage is 14.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   69.54%   68.06%   -1.49%     
==========================================
  Files         122      120       -2     
  Lines        1619     1641      +22     
  Branches      112      113       +1     
==========================================
- Hits         1126     1117       -9     
- Misses        477      508      +31     
  Partials       16       16              
Impacted Files Coverage Δ
.../analysis/interfaces/yalab/intensity_correction.py 0.00% <0.00%> (ø)
.../analysis/specifications/spm/cat12/segmentation.py 100.00% <ø> (ø)
django_mri/analysis/utils/load_mri_analyses.py 42.85% <0.00%> (+42.85%) :arrow_up:
django_mri/models/session.py 100.00% <ø> (ø)
..._mri/analysis/pipelines/basic_fsl_preprocessing.py 100.00% <100.00%> (+13.63%) :arrow_up:
django_mri/analysis/utils/__init__.py 100.00% <100.00%> (+100.00%) :arrow_up:
django_mri/analysis/utils/get_mni.py 100.00% <100.00%> (ø)
django_mri/analysis/interfaces/mrtrix3/__init__.py
...mri/analysis/specifications/freesurfer/__init__.py
django_mri/analysis/interfaces/fsl/__init__.py
... and 4 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 88907ac...df95072. Read the comment docs.