UKRIN-MAPS / ukat

UKRIN Kidney Analysis Toolbox
https://www.nottingham.ac.uk/research/groups/spmic/research/uk-renal-imaging-network/ukrin-maps.aspx
GNU General Public License v3.0
12 stars 4 forks source link

import whole_kidney in segmentation __init__.py #184

Closed JSousa-UoL closed 2 years ago

JSousa-UoL commented 2 years ago

Proposed changes

While using ukat 0.5.0, I noticed that I wasn't able to import whole_kidney.py as a package just like the ones in the "mapping" folder. This PR adds that import to the empty __init__.py in the "segmentation" folder.

codecov[bot] commented 2 years ago

Codecov Report

Merging #184 (0fd754b) into dev (eacacf7) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #184   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files          34       35    +1     
  Lines        3175     3176    +1     
=======================================
+ Hits         3144     3145    +1     
  Misses         31       31           
Impacted Files Coverage Δ
ukat/segmentation/__init__.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 eacacf7...0fd754b. Read the comment docs.