From 5963699a9bac803b456bc1b128b924b5a2e6fd92 Mon Sep 17 00:00:00 2001 From: Ken MacDonald Date: Wed, 20 Dec 2023 06:32:59 -0500 Subject: [PATCH] Removing importation of debugging functions used for debugging. --- tests/test_ramp_fitting_cases.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_ramp_fitting_cases.py b/tests/test_ramp_fitting_cases.py index 492e03a09..9d26a2983 100644 --- a/tests/test_ramp_fitting_cases.py +++ b/tests/test_ramp_fitting_cases.py @@ -20,14 +20,6 @@ # their SCI values (these are mostly for my reference). # - -################## DEBUG ################## -# HELP!! -import sys -sys.path.insert(1, "/Users/kmacdonald/code/common") -from general_funcs import * -################## DEBUG ################## - DELIM = "-" * 80 # single group intergrations fail in the GLS fitting