Lean
Lean copied to clipboard
RollingWindow Only Accepts native and C# Types
Expected Behavior
RollingWindow accepts all types.
Actual Behavior
RollingWindow Only Accepts native and C# Types. See this related issue from the Documentation repo.
Potential Solution
N/A
Reproducing the Problem
Run this line of code:
closeWindow = RollingWindow[tuple](4)
System Information
QC Cloud
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