Commit e2bb801
### Description
I noticed the type hint for `dropout` in `ConvDenseBlock` did not match
the ones further down the file, when `dropout` is passed on to
`ResidualUnit` or `Convolution`.
This pull request changes this type hint to match the downstream ones.
I don't think this will cause issues with the unit tests, but they're
currently running while I prepare this pull request.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
Signed-off-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
Co-authored-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
1 parent 5174165 commit e2bb801
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments