mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 21:48:03 +00:00
test tolerances updated
This commit is contained in:
@@ -146,7 +146,7 @@ public class AlmaValidationTests : IDisposable
|
||||
var qResult = alma.Update(_testData.Data);
|
||||
|
||||
// 3. Verify
|
||||
ValidationHelper.VerifyData(qResult, oAlma, x => x, skip: 100, tolerance: 1.0);
|
||||
ValidationHelper.VerifyData(qResult, oAlma, x => x, skip: 100, tolerance: ValidationHelper.OoplesTolerance);
|
||||
}
|
||||
_output.WriteLine("ALMA Batch validated successfully against Ooples");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user