-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix adata copy (coarse transition matrix) (#1223)
* chore: bump ruff pre-commit hook version * Fix copy * Fix some warnings * Fix reading from adata * Test on 3.12 * Update tox * Use `macos-14` * Drop 3.8 support * Update pre-commits * Update tests (pre-commit) * Run more pre-commits * Fix more pre-commits * Switch mostly to `np.random.default_rng` * Fix rest of the pre-commits * Update ruff version * Use 3.9 type-hints * Update black-docs * Fix workflow Python version * Try setting up conda on MacOS * Fix if statement * Use `observed=False` * Update test figure * Fix test on 3.12 * Unpin pytest version * Remove `worker_id` * Regenerate GT figures * Regenerate rest of the figures * Fix seeds in log_odds tests * Update `cluster_lineage` figures * Fix GAMR in failed model * Reduce CI verbosity * Run `format-references` * Polish `cite.rst` * Fix extra `clustering_kwargs` --------- Co-authored-by: Heinz-Alexander Fuetterer <[email protected]>
- Loading branch information
1 parent
fb4e89a
commit b5e9933
Showing
380 changed files
with
560 additions
and
613 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,3 +168,6 @@ docs/api/_autosummary | |
|
||
# tests | ||
tests/figures | ||
|
||
# Ruff | ||
.ruff_cache |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.