Skip to content
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

Make skipping scheme nicer #3

Open
LanaLubecke opened this issue Dec 13, 2023 · 0 comments
Open

Make skipping scheme nicer #3

LanaLubecke opened this issue Dec 13, 2023 · 0 comments

Comments

@LanaLubecke
Copy link
Collaborator

From lines 152-157 in "clipping_processor.jl" I implemented a "skipping scheme." Essentially because I am iterating through a list that I am actively adding to. So if I add a new element to the list at some stage in the for loop, there is a chance I might run into it again as the for-loop goes through the list, but I do not want to process it twice, hence the skipping scheme.

I think the way I approached getting the functionality I wanted was convoluted and there is probably a better way to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant