Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Data Points count non deterministic case

Open rjra2611 opened this issue 3 years ago • 0 comments

Expected Behavior

  • AlgorithmManager.DataPoints should 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.DataPoints is 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 master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues
  • [x] I have provided detailed steps to reproduce the issue

rjra2611 avatar Mar 15 '22 19:03 rjra2611