mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -107,7 +107,7 @@ public sealed class DpoTests
|
||||
double[] data = new double[warmup + 3];
|
||||
for (int i = 0; i < data.Length; i++)
|
||||
{
|
||||
data[i] = 100 + i * 2;
|
||||
data[i] = 100 + (i * 2);
|
||||
}
|
||||
|
||||
for (int i = 0; i < data.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user