mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
Refactor tests and project files for improved consistency and clarity
This commit is contained in:
@@ -62,7 +62,7 @@ public sealed class BopValidationTests : IDisposable
|
||||
var close = _data.Bars.Close.Values.ToArray();
|
||||
|
||||
double[][] inputs = { open, high, low, close };
|
||||
double[] options = { }; // No options for BOP
|
||||
double[] options = Array.Empty<double>(); // No options for BOP
|
||||
|
||||
var bopInd = Tulip.Indicators.bop;
|
||||
double[][] outputs = { new double[open.Length - bopInd.Start(options)] };
|
||||
|
||||
Reference in New Issue
Block a user