The stride concept should either go away or maybe become an int, not a list of ints. Strides will probably break things if we ever set it to not `[1]`, especially as we mix in new data sources (like LLC).
The stride concept should either go away or maybe become an int, not a list of ints.
Strides will probably break things if we ever set it to not
[1], especially as we mix in new data sources (like LLC).