Skip to content

Commit da92e06

Browse files
committed
Updated CI
1 parent fc8e6a1 commit da92e06

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
run: uvx hatch run ${{ matrix.env.name }}:coverage xml
8484
- name: Upload coverage
8585
uses: codecov/codecov-action@v4
86+
with:
87+
token: ${{ secrets.CODECOV_TOKEN }}
8688

8789
# Check that all tests defined above pass. This makes it easy to set a single "required" test in branch
8890
# protection instead of having to update it frequently. See https://github.com/re-actors/alls-green#why.

src/decoupler/mt/_aucell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _func_aucell(
6464
n_up: int | float | None = None,
6565
verbose: bool = False,
6666
) -> Tuple[np.ndarray, None]:
67-
"""
67+
r"""
6868
Area Under the Curve for set enrichment within single cells (AUCell) :cite:`aucell`.
6969
7070
Given a ranked list of features per observation, AUCell calculates the AUC by measuring how early the features in

0 commit comments

Comments
 (0)