Closed mathpluscode closed 3 years ago
Merging #673 (51db404) into main (077bc4a) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #673 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 38 38
Lines 2412 2424 +12
=========================================
+ Hits 2412 2424 +12
Impacted Files | Coverage Δ | |
---|---|---|
deepreg/model/backbone/u_net.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 077bc4a...51db404. Read the comment docs.
@s-sd @NMontanaBrown @YipengHu would you have time to review this :) ?
Description
Enable changing encoder/decoder channels in U-Net
Fixes #671
Type of change
What types of changes does your code introduce to DeepReg?
Please check the boxes that apply after submitting the pull request.
Checklist
Please check the boxes that apply after submitting the pull request.
If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
pre-commit install
and formatted all changed files. If you are not certain, runpre-commit run --all-files
.Issue #<issue number>: detailed message
.