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

Method test_fft

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

Source from the content-addressed store, hash-verified

292 'Function returned wrong value in multithreaded context')
293
294 def test_fft(self):
295 a = np.ones(self.input_shape) * 1+0j
296 self._test_mtsame(np.fft.fft, a)
297
298 def test_ifft(self):
299 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