Lean
Lean copied to clipboard
Data Points count non deterministic case
Expected Behavior
-
AlgorithmManager.DataPointsshould be the same each time the algorithm is run
Actual Behavior
- https://github.com/QuantConnect/Lean/pull/6245 helped uncover a non deterministic behavior
-
AlgorithmManager.DataPointsis not the same every time. It comes out to be different in every non periodic number of runs.
Potential Solution
- Not available
Reproducing the Problem
See OptionChainSubscriptionRemovalRegressionAlgorithm
System Information
N/A
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues
- [x] I have provided detailed steps to reproduce the issue