Skip to content

Commit

Permalink
Removing debugging imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Oct 17, 2023
1 parent 080393c commit 1d4efcc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_ramp_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d4efcc

Please sign in to comment.