-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use iterators to expand chunks when downsample #4275
Conversation
res = append(res, chk) | ||
|
||
a.curr = chk | ||
return true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SA4004: the surrounding loop is unconditionally terminated
(at-me in a reply with help
or ignore
)
70718ae
to
31c08c6
Compare
Signed-off-by: yeya24 <yb532204897@gmail.com>
11da65a
to
571d7b0
Compare
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hello 👋 Looks like there was no activity on this amazing PR for the last 30 days. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Signed-off-by: yeya24 yb532204897@gmail.com
Fix #2542
Changes
Use iterators to expand chunks when downsampling is performed.
Verification
Existing tests should still pass since this is just refactoring.