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

Maximum choice of k wrt NumPy array limitations #96

Open
MatthewRalston opened this issue Dec 6, 2022 · 0 comments
Open

Maximum choice of k wrt NumPy array limitations #96

MatthewRalston opened this issue Dec 6, 2022 · 0 comments

Comments

@MatthewRalston
Copy link
Owner

I'm confused... each element of the array can be any value from 0:18446744073709551615? And the index can also be any number in this range, so we have a maximum numpy array length of what, exactly? Or does this not matter?

There is nothing in the codebase yet that prevents a massive choice of k besides the allocation errors, and possibly the max= parameter on the argparse def.

Originally posted by @MatthewRalston in #67 (comment)

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