Skip to content

Commit

Permalink
fix: set default values for fraction_potential_doublets and n_edges_t…
Browse files Browse the repository at this point in the history
…o_split_potential_doublets
  • Loading branch information
ptajvar committed Oct 21, 2024
1 parent 7a3e5c1 commit 2b03001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pixelator/annotate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ def anndata_metrics(adata: AnnData) -> AnnotateAnndataStatistics:
"min_size_threshold": None,
"max_size_threshold": None,
"doublet_size_threshold": None,
"fraction_potential_doublets": None,
"n_edges_to_split_potential_doublets": None,
"fraction_potential_doublets": 0.0,
"n_edges_to_split_potential_doublets": 0,
}

# Tau type will only be available if it has been added in the annotate step
Expand Down

0 comments on commit 2b03001

Please sign in to comment.