Skip to content

Commit

Permalink
Updated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen committed May 10, 2023
1 parent 0e7b0c3 commit c232c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popv/algorithms/_bbknn.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
def compute_integration(self, adata):
logging.info("Integrating data with bbknn")

i(adata, batch_key=self.batch_key, **self.method_dict)
sc.external.pp.bbknn(adata, batch_key=self.batch_key, **self.method_dict)

def predict(self, adata):
logging.info(f'Saving knn on bbknn results to adata.obs["{self.result_key}"]')
Expand Down

0 comments on commit c232c8b

Please sign in to comment.