mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 10:38:05 +00:00
Refactor validation tests to improve tolerance handling and clarify validation logic for TEMA and VIDYA indicators
This commit is contained in:
@@ -119,7 +119,7 @@ public static class ValidationHelper
|
||||
Assert.Equal(tValue, qValue, tolerance);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static void VerifyData(TSeries qSeries, double[] tOutput, Range outRange, int lookback, int skip = 100, double tolerance = 1e-6)
|
||||
{
|
||||
int count = qSeries.Count;
|
||||
|
||||
Reference in New Issue
Block a user