Skip to content
Snippets Groups Projects
Commit 9d8662b0 authored by Blaise Li's avatar Blaise Li
Browse files

Wrong variable name.

parent a763c9a0
No related branches found
No related tags found
No related merge requests found
...@@ -462,7 +462,7 @@ def size_factor_correlations(counts_data, summaries, normalizer): ...@@ -462,7 +462,7 @@ def size_factor_correlations(counts_data, summaries, normalizer):
if str(err) == "array must not contain infs or NaNs": if str(err) == "array must not contain infs or NaNs":
msg = ( msg = (
f"Cannot compute Pearson correlation with size factors " f"Cannot compute Pearson correlation with size factors "
f"when normalizing using {normaliser}") f"when normalizing using {normalizer}")
warnings.warn(msg) warnings.warn(msg)
return np.nan return np.nan
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment