From dcc090a9ec64dedb8b548bc2518f4be4c28f925f Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 3 Jun 2019 22:17:08 -0500
Subject: [PATCH] Update bilby/gw/likelihood.py

---
 bilby/gw/likelihood.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bilby/gw/likelihood.py b/bilby/gw/likelihood.py
index 6fc1e928d..4bdccca9e 100644
--- a/bilby/gw/likelihood.py
+++ b/bilby/gw/likelihood.py
@@ -983,7 +983,7 @@ class ROQGravitationalWaveTransient(GravitationalWaveTransient):
             max_block_gigabytes = 4
             max_elements = int((max_block_gigabytes * 2 ** 30) / 8)
 
-            logger.debug("Apply dotwise product")
+            logger.debug("Apply dot product")
             self.weights[ifo.name + '_linear'] = blockwise_dot_product(
                 tc_shifted_data,
                 linear_matrix[roq_idxs],
-- 
GitLab