[pythran] kwargs in np.fft.rfft

  • From: Jochen S <cycomanic@xxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Wed, 23 Dec 2020 06:07:56 +0100

Hi,

I was trying to implement kwargs for the complex fft and following how it
was done in fft.rfft, but I then discovered that they do not work in
fft.rfft  either. I'm don't see the difference when  comparing to e.g.
linspace or searchsorted.

What is the correct way of implementing kwargs? And why are they not
working in rfft?

Cheers
Jochen

Other related posts:

  • » [pythran] kwargs in np.fft.rfft - Jochen S