[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 -1
View File
@@ -198,7 +198,7 @@ public class MaseTests
// Generate data where prediction is always perfect
for (int i = 0; i < 20; i++)
{
double actual = 100 + i * 2;
double actual = 100 + (i * 2);
double perfect = actual; // Perfect prediction
mase.Update(new TValue(time.AddSeconds(i), actual), new TValue(time.AddSeconds(i), perfect));
}