Skip to content

Commit

Permalink
change in generate function
Browse files Browse the repository at this point in the history
  • Loading branch information
labani-01 committed Sep 3, 2024
1 parent a6db804 commit d6ea467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pycbc/waveform/.ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion pycbc/waveform/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from pycbc.types import TimeSeries
from pycbc.waveform import parameters
from pycbc.waveform.utils import apply_fseries_time_shift, taper_timeseries, \
ceilpow2
ceilpow2, apply_fd_time_shift
from pycbc.detector import Detector
from pycbc.pool import use_mpi
import lal as _lal
Expand Down

0 comments on commit d6ea467

Please sign in to comment.