You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifnotsc._utils.check_nonnegative_integers(adata_temp.X): # grabbed from https://github.com/scverse/scanpy/blob/0cfd0224f8b0a90317b0f1a61562f62eea2c2927/src/scanpy/preprocessing/_highly_variable_genes.py#L74
175
+
ifnot_check_raw_counts(adata_temp.X): #sc._utils.check_nonnegative_integers(adata_temp.X): # grabbed from https://github.com/scverse/scanpy/blob/0cfd0224f8b0a90317b0f1a61562f62eea2c2927/src/scanpy/preprocessing/_highly_variable_genes.py#L74
169
176
raiseException(
170
-
"Inflow requires count data, but the anndata in {} seems to have non-count values in adata.X".format(
177
+
"MintFlow requires that `adata.X` contains raw counts, but the anndata in {} seems to have non-count values in `adata.X`".format(
0 commit comments