mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
normalization of methods
This commit is contained in:
@@ -102,7 +102,7 @@ public sealed class HtTrendmodeValidationTests : IDisposable
|
||||
}
|
||||
|
||||
// Act - Batch
|
||||
var batchResult = HtTrendmode.Calculate(series);
|
||||
var batchResult = HtTrendmode.Batch(series);
|
||||
|
||||
// Assert
|
||||
Assert.Equal(streamingResults.Count, batchResult.Count);
|
||||
|
||||
Reference in New Issue
Block a user