We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
r_diff evaluates as 1 for all elements, which yields a zero length array.
we should handle this as an edge case
The text was updated successfully, but these errors were encountered:
good catch 👍🏻
I think something like that could work:
if len(symbols) == 1: raise Exception("explanation here")
what do you think?
feel free open a PR, otherwise, I will tackle it ;)
Sorry, something went wrong.
Check and see if this is what you wanted
No branches or pull requests
r_diff evaluates as 1 for all elements, which yields a zero length array.
we should handle this as an edge case
The text was updated successfully, but these errors were encountered: