normalization of methods

This commit is contained in:
Miha Kralj
2026-02-10 21:33:16 -08:00
parent 915d7a007b
commit 6d6259a47d
527 changed files with 10525 additions and 2123 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public class AobvValidationTests
var spanFast = new double[close.Length];
var spanSlow = new double[close.Length];
Aobv.Calculate(close, volume, spanFast, spanSlow);
Aobv.Batch(close, volume, spanFast, spanSlow);
ValidationHelper.VerifyData(streamingFast.ToArray(), spanFast, 0, 100, 1e-12);
}