mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -57,7 +57,7 @@ public class CfitzValidationTests
|
||||
double[] input = new double[200];
|
||||
for (int i = 0; i < 200; i++)
|
||||
{
|
||||
input[i] = 100.0 + 0.5 * i; // linear trend
|
||||
input[i] = 100.0 + (0.5 * i); // linear trend
|
||||
}
|
||||
double[] output = new double[200];
|
||||
Cfitz.Batch(input, output, 6, 32);
|
||||
|
||||
Reference in New Issue
Block a user