-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2946 and #3444 #3446
Draft
keller-mark
wants to merge
47
commits into
scverse:main
Choose a base branch
from
keller-mark:keller-mark/densmap-2-and-3444
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
#2946 and #3444 #3446
keller-mark
wants to merge
47
commits into
scverse:main
from
keller-mark:keller-mark/densmap-2-and-3444
+225
−17
Conversation
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
… into keller-mark/densmap-2
…o keller-mark/densmap-2-and-3444
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3446 +/- ##
==========================================
+ Coverage 75.45% 75.51% +0.06%
==========================================
Files 113 115 +2
Lines 13243 13292 +49
==========================================
+ Hits 9992 10037 +45
- Misses 3251 3255 +4
|
rm -rf .venv/
# Run tests with python 3.12 + normal env
export UV_PYTHON="3.12"
uv venv
source .venv/bin/activate
uv sync --extra test
uv run --no-sync pytest tests/test_plotting.py
# This passes
deactivate
rm -rf .venv/
# Run tests with python 3.10 + min-deps env
export UV_PYTHON="3.10"
uv venv
source .venv/bin/activate
uv pip install --compile scikit-image "dask[array]==2022.9.2.*" zarr "leidenalg==0.9.0.*" "igraph==0.10.*" profimp pytest-cov pytest-mock pytest-nunit "pytest==8.2.*" towncrier pre-commit setuptools_scm typing-extensions "legacy-api-wrap==1.4.*" session-info2 "packaging==21.3.*" "umap-learn==0.5.*" joblib natsort "networkx==2.7.*" patsy "statsmodels==0.13.*" "scikit-learn==1.1.*" tqdm "h5py==3.7.*" "seaborn==0.13.*" "scipy==1.8.*" "pandas==1.5.*" "matplotlib==3.6.*" "numpy==1.24.*" "anndata==0.8.*" "scanpy @ ."
uv run --no-sync pytest tests/test_plotting.py
# This fails |
3 tasks
Sign up for free
to 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.
This PR combines the changes from #2946 and #3444