From 9d8662b0fa87c1f2b7fe858507bd45a61f271f64 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 24 Sep 2020 10:30:38 +0200 Subject: [PATCH] Wrong variable name. --- libhts/libhts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhts/libhts.py b/libhts/libhts.py index a68c2d6..39ab715 100644 --- a/libhts/libhts.py +++ b/libhts/libhts.py @@ -462,7 +462,7 @@ def size_factor_correlations(counts_data, summaries, normalizer): if str(err) == "array must not contain infs or NaNs": msg = ( f"Cannot compute Pearson correlation with size factors " - f"when normalizing using {normaliser}") + f"when normalizing using {normalizer}") warnings.warn(msg) return np.nan else: -- GitLab