Skip to content

Commit

Permalink
Merge pull request #153 from JonathanShor/dev_4.2
Browse files Browse the repository at this point in the history
Dev 4.2
  • Loading branch information
JonathanShor authored Mar 12, 2022
2 parents 1b852c3 + 21ddae8 commit 420387a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doubletdetection/doubletdetection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import anndata
import numpy as np
import phenograph
import scipy.sparse as sp_sparse
import scanpy as sc
import scipy.sparse as sp_sparse
from scipy.sparse import csr_matrix
from scipy.stats import hypergeom
from sklearn.utils import check_array
Expand Down Expand Up @@ -428,7 +428,7 @@ def _set_clustering_kwargs(self):
warnings.warn(warn_msg)
else:
if "directed" not in self.clustering_kwargs:
self.clustering_kwargs["directed"] = True
self.clustering_kwargs["directed"] = False
if "resolution" not in self.clustering_kwargs:
self.clustering_kwargs["resolution"] = 4
if "key_added" in self.clustering_kwargs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
{include = "doubletdetection"},
]
readme = "README.md"
version = "4.1"
version = "4.2"

[tool.poetry.dependencies]
anndata = ">=0.6"
Expand Down
12 changes: 6 additions & 6 deletions tests/notebooks/PBMC_10k_vignette.ipynb

Large diffs are not rendered by default.

0 comments on commit 420387a

Please sign in to comment.