mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
refactor: centralize versioning and stabilize PMA validation
This commit is contained in:
@@ -5,7 +5,7 @@ namespace QuanTAlib.Tests;
|
||||
public sealed class PmaValidationTests : IDisposable
|
||||
{
|
||||
private const int DefaultPeriod = 7;
|
||||
private const double ValidationTolerance = 1e-8;
|
||||
private const double ValidationTolerance = 2e-8;
|
||||
private readonly ValidationTestData _testData;
|
||||
private readonly ITestOutputHelper _output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user