Closed JSousa-UoL closed 2 years ago
Merging #184 (0fd754b) into dev (eacacf7) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ 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.
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.