Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix tests for SuiteSparse:GraphBLAS JIT on osx and with linux wheels #555

Open
@eriknw

Description

@eriknw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is brokensuitesparseThis is SuiteSparse:GraphBLAS-specific

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions