We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ec6df commit 68af964Copy full SHA for 68af964
src/kernel/kernel1d.rs
@@ -17,7 +17,6 @@ impl Kernel1D {
17
let weights_map: Vec<_> = (0..number_out)
18
.map(|out| {
19
let (first, last) = D::bounds(out, scale_factor);
20
- let first = first.max(0);
21
22
let last = last.min(number_in - 1);
23
0 commit comments