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

Method test_rfft

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

Source from the content-addressed store, hash-verified

300 self._test_mtsame(np.fft.ifft, a)
301
302 def test_rfft(self):
303 a = np.ones(self.input_shape)
304 self._test_mtsame(np.fft.rfft, a)
305
306 def test_irfft(self):
307 a = np.ones(self.input_shape) * 1+0j

Callers

nothing calls this directly

Calls 1

_test_mtsameMethod · 0.95

Tested by

no test coverage detected