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

Prevent NIfTI generation in AnatomicalPreprocessing progress querying #78

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Fixed has_run() to prevent NIfTI generation when querying progress. Resolves #77.

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (70b6a29) into master (6a81184) will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   48.77%   48.74%   -0.04%     
==========================================
  Files         178      178              
  Lines        2821     2823       +2     
  Branches      255      256       +1     
==========================================
  Hits         1376     1376              
- Misses       1428     1430       +2     
  Partials       17       17              
Impacted Files Coverage Δ
...ri/analysis/automation/anatomical/preprocessing.py 0.00% <0.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 6a81184...ab9b80b. Read the comment docs.