Skip to content

Commit

Permalink
revert to original
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jan 9, 2025
1 parent 4e04c5c commit fb4a9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/pycbc_compress_bank
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import numpy
import logging

import pycbc
import pycbc.psd
from pycbc import psd
from pycbc.waveform import compress
from pycbc import waveform
from pycbc.types import FrequencySeries, real_same_precision_as
Expand Down Expand Up @@ -107,7 +107,7 @@ pycbc.init_logging(args.verbose)
# using a PSD is not desired, this check would prevent raising an error
# asking for PSD options.
if args.psd_model or args.psd_file or args.asd_file :
psd.verify_psd_options(args, parser)
pycbc.psd.verify_psd_options(args, parser)

if args.sample_rate % 2 != 0:
raise ValueError("sample rate must be a power of 2")
Expand Down

0 comments on commit fb4a9dd

Please sign in to comment.