403Webshell
Server IP : 217.160.0.135  /  Your IP : 216.73.217.85
Web Server : Apache
System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64
User : sws1074145052 ( 1074145052)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/scipy/fft/tests/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/scipy/fft/tests/__pycache__/test_fft_function.cpython-311.pyc
�

d�c��(�ddlZddlZddlZdZd�ZdS)�Na�
import pytest
import numpy as np
from numpy.testing import assert_allclose
import scipy
import sys
import pytest

np.random.seed(1234)
x = np.random.randn(10) + 1j * np.random.randn(10)
X = np.fft.fft(x)
# Callable before scipy.fft is imported
with pytest.deprecated_call(match=r'2\.0\.0'):
    y = scipy.ifft(X)
assert_allclose(y, x)

# Callable after scipy.fft is imported
import scipy.fft
with pytest.deprecated_call(match=r'2\.0\.0'):
    y = scipy.ifft(X)
assert_allclose(y, x)

c���tjtjdtg��ddlm}t|��rJ�|jdksJ�ddlm	}|j
tjj	usJ�dS)Nz-cr)�fftz	scipy.fft)�ifft)�
subprocess�
check_call�sys�
executable�	TEST_BODY�scipyr�callable�__name__r�__wrapped__�np)rrs  �C/usr/lib/python3/dist-packages/scipy/fft/tests/test_fft_function.py�test_fft_functionrs���
��3�>�4��;�<�<�<���������}�}�����<�;�&�&�&�&���������r�v�{�*�*�*�*�*�*�)�numpyrrrr
r�rr�<module>rsF����������
�
�
�
�
�	�0
+�
+�
+�
+�
+r

Youez - 2016 - github.com/yon3zu
LinuXploit