Skip to content

Commit

Permalink
Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen committed Dec 10, 2023
1 parent a281e3a commit 37a63d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion popv/algorithms/_bbknn.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(
labels_key: str | None = "_labels_annotation",
result_key: str | None = "popv_knn_on_bbknn_prediction",
embedding_key: str | None = "X_bbknn_umap_popv",
method_dict: dict | None = None,
#method_dict: dict | None = None,
classifier_dict: dict | None = None,
embedding_dict: dict | None = None,
) -> None:
Expand Down
2 changes: 1 addition & 1 deletion popv/algorithms/_onclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(
batch_key: str | None = "_batch_annotation",
labels_key: str | None = "_labels_annotation",
layers_key: str | None = None,
max_iter: Optionalint] = 30,
max_iter: int | None = 30,
cell_ontology_obs_key: str | None = None,
result_key: str | None = "popv_onclass_prediction",
seen_result_key: str | None = "popv_onclass_seen",
Expand Down

0 comments on commit 37a63d5

Please sign in to comment.