diff --git a/tests/test_ramp_fitting.py b/tests/test_ramp_fitting.py index cce1c9577..0336781cb 100644 --- a/tests/test_ramp_fitting.py +++ b/tests/test_ramp_fitting.py @@ -6,17 +6,6 @@ DELIM = "=" * 70 -''' -################## DEBUG ################## -# HELP!! -import sys -sys.path.insert(1, "/Users/kmacdonald/code/common") -from general_funcs import dbg_print, \ - print_ramp_dq, \ - print_ramp_data, \ - print_real_check -################## DEBUG ################## -''' # single group intergrations fail in the GLS fitting # so, keep the two method test separate and mark GLS test as