FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix tests for SuiteSparse:GraphBLAS JIT on osx and with linux wheels · Issue #555 · python-graphblas/python-graphblas · GitHub

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

Description

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


    Back | FazBrowse Home | New Git URL