Skip to content

Commit

Permalink
add basic code
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Dec 11, 2024
1 parent 247e871 commit 00c8846
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 378 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ lint.ignore = [
"src/rapids_singlecell/preprocessing/_harmonypy_gpu.py" = ["PLR0917"]
"src/rapids_singlecell/decoupler_gpu/_method_mlm.py" = ["PLR0917"]
"src/rapids_singlecell/decoupler_gpu/_method_wsum.py" = ["PLR0917"]
"src/rapids_singlecell/preprocessing/_harmony/__init__.py" = ["PLR0917"]

[tool.ruff.lint.isort]
known-first-party = ["rapids_singlecell"]
Expand Down
Loading

0 comments on commit 00c8846

Please sign in to comment.