From ac436d7e5575a1e3447bf634f4f713dddae3d712 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins <jrollins@finestructure.net> Date: Wed, 22 Apr 2020 08:49:50 -0700 Subject: [PATCH] Revert errand change from rebase This change got added accidentally from an earlier version of the "test compare git hash" series during a rebase. This reverts commit 16b9ae4059501bb1b0939caf5775187d6a8cf822. --- gwinc/test/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gwinc/test/__main__.py b/gwinc/test/__main__.py index 5d727fdb..532030e4 100644 --- a/gwinc/test/__main__.py +++ b/gwinc/test/__main__.py @@ -27,7 +27,6 @@ logging.basicConfig( level=os.getenv('LOG_LEVEL', logging.INFO)) -FREQ = np.logspace(np.log10(5), np.log10(6000), 3000) TOLERANCE = 1e-6 CACHE_LIMIT = 5 -- GitLab