[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
@@ -238,7 +238,7 @@ public class PolyfitValidationTests
[InlineData(14, 2)]
public void GBMData_AllFinite(int period, int degree)
{
var gbm = new GBM(100, 0.05, 0.2, seed: period * 10 + degree);
var gbm = new GBM(100, 0.05, 0.2, seed: (period * 10) + degree);
var p = new Polyfit(period, degree);
for (int i = 0; i < 100; i++)
{