You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
When a Range is smaller than lookbackDelta the previous version
of findMinTime used to offset the minTime by lookbackDelta instead
of Range. In reality, a MatrixSelector never needs to use the
LookbackDelta and it only did so because the Inspect code cascaded
down to the VectorSelector of the Matrix, which is incorrect.
Thus prevent the walk from descending to a MatrixSelector's
underlying VectorSelector.
0 commit comments