mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -155,7 +155,7 @@ public class SlopeValidationTests
|
||||
double[] data = new double[count];
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
data[i] = 100.0 + i * 0.5;
|
||||
data[i] = 100.0 + (i * 0.5);
|
||||
}
|
||||
|
||||
var slope = new Slope();
|
||||
|
||||
Reference in New Issue
Block a user