Skip to content

Commit

Permalink
git rid of unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwest-uw committed Oct 11, 2023
1 parent bb38d9c commit 6b90fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions src/kbmod/analysis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import os
import time

from astropy.io import fits
from astropy.wcs import WCS
import numpy as np
from scipy.special import erfinv # import mpmath
from scipy.special import erfinv

import kbmod.search as kb

Expand Down
5 changes: 0 additions & 5 deletions src/kbmod/data_interface.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import multiprocessing as mp
import os
import time

from astropy.io import fits
from astropy.wcs import WCS
import numpy as np
from scipy.special import erfinv # import mpmath

import kbmod.search as kb

from .file_utils import *
from .filters.clustering_filters import DBSCANFilter
from .filters.stats_filters import *
from .result_list import ResultList, ResultRow


class Interface:
Expand Down

0 comments on commit 6b90fae

Please sign in to comment.