Skip to content

Commit

Permalink
Remove Unneeded function from npfft.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neeresh committed Jul 12, 2023
1 parent b675ada commit 38180d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pycbc/fft/npfft.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,3 @@ def __init__(self, invec, outvec, nbatch=1, size=None):

def execute(self):
ifft(self.invec, self.outvec, self.prec, self.itype, self.otype)

def insert_fft_options(optgroup):
"""
Inserts the options that affect the behavior of this backend
This backend has no options
"""
return

0 comments on commit 38180d8

Please sign in to comment.