mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
normalization of methods
This commit is contained in:
@@ -178,7 +178,7 @@ public class RvValidationTests
|
||||
}
|
||||
|
||||
// Batch calculation
|
||||
var batchResult = Rv.Calculate(prices, 5, 10);
|
||||
var batchResult = Rv.Batch(prices, 5, 10);
|
||||
|
||||
Assert.Equal(batchResult.Last.Value, streamingRv.Last.Value, 8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user