MCPcopy Create free account
hub / github.com/numpy/numpy / test_ifft

Method test_ifft

numpy/fft/tests/test_pocketfft.py:298–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296 self._test_mtsame(np.fft.fft, a)
297
298 def test_ifft(self):
299 a = np.ones(self.input_shape) * 1+0j
300 self._test_mtsame(np.fft.ifft, a)
301
302 def test_rfft(self):
303 a = np.ones(self.input_shape)

Callers

nothing calls this directly

Calls 1

_test_mtsameMethod · 0.95

Tested by

no test coverage detected