mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 20:48:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user