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

BIDS filtering for TheBase #140

Closed GalKepler closed 2 years ago

GalKepler commented 2 years ago

fixed #139. The filter files should be sufficient for both dMRI and fMRI.

codecov[bot] commented 2 years ago

Codecov Report

Merging #140 (b2345a0) into master (c43168a) will decrease coverage by 0.03%. The diff coverage is 37.50%.

:exclamation: Current head b2345a0 differs from pull request most recent head 0190740. Consider uploading reports for the commit 0190740 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
- Coverage   42.37%   42.34%   -0.04%     
==========================================
  Files         182      183       +1     
  Lines        3844     3845       +1     
  Branches      494      493       -1     
==========================================
- Hits         1629     1628       -1     
- Misses       2193     2195       +2     
  Partials       22       22              
Impacted Files Coverage Δ
django_mri/analysis/interfaces/dmriprep/utils.py 100.00% <ø> (ø)
django_mri/analysis/utils/bids_filters/__init__.py 0.00% <0.00%> (ø)
...jango_mri/analysis/interfaces/dmriprep/dmriprep.py 34.14% <66.66%> (+0.02%) :arrow_up:
...jango_mri/analysis/interfaces/fmriprep/fmriprep.py 37.75% <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 c43168a...0190740. Read the comment docs.