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

Sync BIDS #135

Closed ZviBaratz closed 2 years ago

ZviBaratz commented 2 years ago

Added sync_bids method to update BIDS paths as well as associated input instances. Resolves #134.

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (f6cd0ae) into master (48240ac) will decrease coverage by 0.36%. The diff coverage is 19.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   43.83%   43.46%   -0.37%     
==========================================
  Files         177      177              
  Lines        3461     3511      +50     
  Branches      317      326       +9     
==========================================
+ Hits         1517     1526       +9     
- Misses       1925     1966      +41     
  Partials       19       19              
Impacted Files Coverage Δ
django_mri/models/nifti.py 74.64% <15.15%> (-18.08%) :arrow_down:
django_mri/models/scan.py 59.11% <23.07%> (-2.21%) :arrow_down:
django_mri/models/managers/scan.py 50.00% <40.00%> (-2.95%) :arrow_down:

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 48240ac...f6cd0ae. Read the comment docs.