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

Fix typo in pure-Python example for scan() #790

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Conversation

Starwort
Copy link
Contributor

The example as written for the pure-Python equivalent of scan() acts as a pass-through operator; this is due to a typo in the code, where x is appended to the output instead of max_so_far, as the actual behaviour of scan would require

@evhub evhub changed the base branch from master to develop October 22, 2023 22:37
@evhub
Copy link
Owner

evhub commented Oct 22, 2023

Thanks for catching this!

@evhub evhub merged commit 26dbdec into evhub:develop Oct 22, 2023
2 of 3 checks passed
@evhub evhub added the resolved label Oct 22, 2023
@Starwort Starwort deleted the patch-1 branch October 26, 2023 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants