-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething is brokenSomething is brokensuitesparseThis is SuiteSparse:GraphBLAS-specificThis is SuiteSparse:GraphBLAS-specific
Description
In #546, we sometimes skip tests in test_ssjit.py. See details here:
python-graphblas/graphblas/tests/test_ssjit.py
Lines 58 to 65 in 9bf2ae2
| if ( | |
| sys.platform == "darwin" | |
| or sys.platform == "linux" | |
| and "conda" not in gb.ss.config["jit_c_compiler_name"] | |
| ): | |
| # XXX TODO: tests for SuiteSparse JIT are not passing on linux when using wheels or on osx | |
| # This should be understood and fixed! | |
| gb.ss.config["jit_c_control"] = "off" |
Use this issue as a tracker and a reminder to try to fix this technical debt.
Please post what you learn as you experiment with this.
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is brokensuitesparseThis is SuiteSparse:GraphBLAS-specificThis is SuiteSparse:GraphBLAS-specific