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

Add brainprint package to deps and fix dependency issues #156

Closed ZviBaratz closed 2 years ago

ZviBaratz commented 2 years ago

Resolves #155.

codecov[bot] commented 2 years ago

Codecov Report

Merging #156 (698a667) into master (9bc2476) will increase coverage by 0.08%. The diff coverage is 81.25%.

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   42.82%   42.91%   +0.08%     
==========================================
  Files         241      242       +1     
  Lines        4934     4947      +13     
  Branches      620      620              
==========================================
+ Hits         2113     2123      +10     
- Misses       2798     2801       +3     
  Partials       23       23              
Impacted Files Coverage Δ
django_mri/analysis/mri_interfaces.py 0.00% <0.00%> (ø)
django_mri/apps.py 84.61% <60.00%> (-15.39%) :arrow_down:
django_mri/analysis/analysis_definitions.py 96.82% <100.00%> (+0.10%) :arrow_up:
django_mri/analysis/specifications/brainprint.py 100.00% <100.00%> (ø)
...ri/analysis/specifications/freesurfer/recon_all.py 100.00% <100.00%> (ø)

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 bb59e16...698a667. Read the comment docs.