Skip to content

Commit

Permalink
tools/timing/wav_perf.py imports
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jan 24, 2025
1 parent 141ad41 commit c9c5868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions tools/timing/match_perf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
from pycbc.scheme import *
from pycbc.types import *
from pycbc.filter import *
from pycbc.psd import *
from pycbc.scheme import CPUScheme, CUDAScheme
from pycbc.types import TimeSeries, zeros, float32, complex64
from pycbc.filter import make_frequency_series, match, matched_filter_core, overlap_cplx
import pycbc
from math import log
import numpy
Expand Down
6 changes: 3 additions & 3 deletions tools/timing/wav_perf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
from pycbc.scheme import *
from pycbc.types import *
from pycbc.waveform import *
from pycbc.scheme import CPUScheme, CUDAScheme
from pycbc.types import zeros, complex64
from pycbc.waveform import get_fd_waveform
import pycbc
from optparse import OptionParser
import gc
Expand Down

0 comments on commit c9c5868

Please sign in to comment.