File size: 3,714 Bytes
4e7bafb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
��python : <frozen importlib._bootstrap>:488: Warning: Numpy built with MINGW-W64 on Windows 64 bits is experimental, and only available for 

At line:1 char:1

+ python test_composer_debug.py 2>&1 > debug_output.txt; Get-Content de ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (<frozen importl... available for :String) [], RemoteException

    + FullyQualifiedErrorId : NativeCommandError

 

testing. You are advised not to use it for production. 



CRASHES ARE TO BE EXPECTED - PLEASE REPORT THEM TO NUMPY DEVELOPERS

C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\numpy\core\getlimit

s.py:225: RuntimeWarning: invalid value encountered in exp2

  epsneg_f128 = exp2(ld(-113))

C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\numpy\core\getlimit

s.py:226: RuntimeWarning: invalid value encountered in exp2

  tiny_f128 = exp2(ld(-16382))

C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\numpy\core\getlimit

s.py:240: RuntimeWarning: invalid value encountered in exp2

  eps=exp2(ld(-112)),

C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\numpy\core\getlimit

s.py:41: RuntimeWarning: invalid value encountered in nextafter

  self._smallest_subnormal = nextafter(

C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\numpy\core\getlimit

s.py:52: RuntimeWarning: invalid value encountered in log10

  self.precision = int(-log10(self.eps))