In #546, we sometimes skip tests in test_ssjit.py. See details here:
|
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.
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
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.