-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error with 'int8' #377
Comments
I forgot to mention I was using octave-8.3.0. |
No idea. I don't maintain the Octave port, just the MATLAB one. |
I saw this same error with Matlab. |
OK -- I will try to replicate it. |
I haven't been able to replicate this. Can you try deleting your ~/.SuiteSparse folder? it might be stale. Also try rebuilding GraphBLAS from scratch, to see if that helps. If the problem persists, can you turn on the burble? here is my output:
|
I had compiled GraphBLAS-9.4.2 from source code with gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0.
When running the test suite "gbtest", the test fails at gbtest1 when it uses the type 'int8'. I tried running the gbtest1 manually by typing out each command at octave command-line as shown below. When I use type 'double' or 'uint8', it works fine. Would you know the reason for this error? Thanks for your help.
The text was updated successfully, but these errors were encountered: