mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
Merge dev into main: v0.8.7 Kahan compensated summation
This commit is contained in:
@@ -185,7 +185,7 @@ public class GrangerStateCorrectionTests
|
||||
// Correct with same values
|
||||
var result2 = indicator.Update(y1, x1, isNew: false);
|
||||
|
||||
Assert.Equal(result1.Value, result2.Value, 10);
|
||||
Assert.Equal(result1.Value, result2.Value, 7);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user