Skip to content

Revamp CI - #161

Merged
stoprightthere merged 16 commits into
geometric-kernels:mainfrom
stoprightthere:peter/revamp-ci
Nov 9, 2025
Merged

Revamp CI#161
stoprightthere merged 16 commits into
geometric-kernels:mainfrom
stoprightthere:peter/revamp-ci

Conversation

@stoprightthere

Copy link
Copy Markdown
Collaborator

Use uv

Split tests and codestyle workflows

Loosen test requirements

Comment thread tests/helper.py

def create_random_state(backend: str, seed: int = 0):
dtype = B.dtype(np_to_backend(np.array([1.0]), backend))
dtype = B.dtype(np_to_backend(np.array([[1.0]]), backend))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is essentially the same, but for scipy_sparse backend, the call to sp.csr_array(value) wants a rank-2 array.

@vabor112 vabor112 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, LGTM!

@stoprightthere
stoprightthere merged commit bf56692 into geometric-kernels:main Nov 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants