File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments