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

Scan runs and inputs #82

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Added utility methods to query a given scan instance's associated runs and input instances, resolves #81.

codecov[bot] commented 3 years ago

Codecov Report

Merging #82 (31bae8f) into master (02714a0) will increase coverage by 0.02%. The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   48.69%   48.72%   +0.02%     
==========================================
  Files         178      178              
  Lines        2826     2853      +27     
  Branches      256      259       +3     
==========================================
+ Hits         1376     1390      +14     
- Misses       1433     1446      +13     
  Partials       17       17              
Impacted Files Coverage Δ
django_mri/models/scan.py 70.78% <42.85%> (-3.39%) :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 02714a0...31bae8f. Read the comment docs.