From 9e317153f366b393bffbd886c8dcad203790fb04 Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez Solares <eglez@ast.cam.ac.uk>
Date: Mon, 29 Apr 2019 16:03:02 +0100
Subject: [PATCH] Remove unused variable

---
 stpt_pipeline/chi_functions.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/stpt_pipeline/chi_functions.py b/stpt_pipeline/chi_functions.py
index 89f6598..83a6591 100644
--- a/stpt_pipeline/chi_functions.py
+++ b/stpt_pipeline/chi_functions.py
@@ -329,9 +329,6 @@ def find_overlap_conf(
             temp_bg0 = np.array(list(np.median(chi, 0)) * chi.shape[1]).reshape(
                 chi.shape
             )
-            temp_bg1 = np.array(list(np.median(chi, 1)) * chi.shape[0]).reshape(
-                chi.shape
-            )
             chi -= temp_bg0
         #
         #  now finfing the minimum
-- 
GitLab