[CodeFactor] Apply fixes to commit 0606491

This commit is contained in:
codefactor-io
2026-03-12 19:37:50 +00:00
parent 060649192f
commit 8f79257155
384 changed files with 1197 additions and 1215 deletions
-1
View File
@@ -20,7 +20,6 @@ public class HpfTests
Assert.StartsWith("HPF", hpf.Name, StringComparison.Ordinal);
}
[Fact]
public void Calc_ReturnsValue()
{
@@ -122,7 +122,7 @@ public class HpfValidationTests : IDisposable
{
double ssrc = src[i];
double term1 = coeff1 * (ssrc - 2.0 * src1 + src2);
double term1 = coeff1 * (ssrc - (2.0 * src1) + src2);
double term2 = coeff2 * hp1;
double term3 = coeff3 * hp2;