+semver: fix

This commit is contained in:
Miha Kralj
2024-09-22 20:10:05 -07:00
parent 6f11a5e0dc
commit b7e22d4243
20 changed files with 18 additions and 24 deletions
-3
View File
@@ -77,9 +77,6 @@ public class Epma : AbstractBase
kernel[i] /= weightSum;
}
// Reverse the kernel for convolution
//Array.Reverse(kernel);
return kernel;
}
}