Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabadi committed Sep 12, 2024
2 parents b981337 + e7b441b commit 135f3d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cellarium/cas/postprocessing/ontology_aware.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def convert_cas_ontology_aware_response_to_score_matrix(


def insert_cas_ontology_aware_response_into_adata(
cas_ontology_aware_response: CellTypeOntologyAwareResults, adata: AnnData, cl: CellOntologyCache = CellOntologyCache()
cas_ontology_aware_response: CellTypeOntologyAwareResults,
adata: AnnData,
cl: CellOntologyCache = CellOntologyCache()
) -> None:
"""
Inserts Cellarium CAS ontology aware response into `obsm` property of a provided AnnData file as a
Expand Down

0 comments on commit 135f3d0

Please sign in to comment.