- Notifications
You must be signed in to change notification settings - Fork15
Open
Description
In#546, we sometimes skip tests intest_ssjit.py. See details here:
python-graphblas/graphblas/tests/test_ssjit.py
Lines 58 to 65 in9bf2ae2
| if ( | |
| sys.platform=="darwin" | |
| orsys.platform=="linux" | |
| and"conda"notingb.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.