-
Notifications
You must be signed in to change notification settings - Fork 19
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
UndefVarError
: FinchProtocolError
not defined
#319
Comments
Thanks for filing the issue!
|
You probably know all this already, but FWIW I don't think it's actually piracy to add a method to the constructor or But adding methods to |
@ericphanson I think the pr above fixes this issue, let me know if there's more to be done on this! |
side note:
For simple pointwise expressions, Finch also supports regular broadcast (outside of a
You could also call However, the above examples won't work when x is SparseMatrixCSC until we implement #320 |
I've been trying to figure out how to transfer the result of a finch computation into a "usual" SparseMatrixCSC, which seemed to uncover a small bug:
I see the code in question is
so presumably I'm not allowed to do that, but the error object isn't defined in that scope.
The text was updated successfully, but these errors were encountered: