Uh oh!
There was an error while loading. Please reload this page.
Add CI workflow matching org-wide shared Python template - #522
Merged
Conversation
added 2 commits
September 1, 2026 08:45
RISE had no test workflow (only documentation.yml). Add one following meyer-lab/.github's python-uv-ruff-pytest template: uv sync, ruff check/format, ty check, pytest --cov.
The default ruleset flags N999 (invalid module name) against the RISE/ package directory itself, since ruff's naming convention expects lowercase module names. Restrict to the same rule set DDMC/tHMM/parafac2 use (E, F, I, UP, B) rather than renaming the package.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
documentation.ymlfor docs deploy)..github/workflows/test.ymlfollowing meyer-lab/.github'spython-uv-ruff-pytesttemplate: uv sync -> ruff check -> ruff format --check -> ty check -> pytest --cov, targeting theRISEpackage.ruff,ty,pytest, andpytest-covare already present in thedevdependency group.Test plan
RISE)