feat: extend to_layout
options
#1570
Annotations
4 errors
|
tests\test_0086_nep13_ufunc.py#L84
test_regulararray
AssertionError: assert NumpyForm('int32', inner_shape=(3, 5)) == NumpyForm('int64', inner_shape=(3, 5))
+ where NumpyForm('int32', inner_shape=(3, 5)) = <NumpyArray dtype='int32' shape='(2, 3, 5)'>\n [[[ 0 2 4 6 8]\n [10 12 14 16 18]\n ...\n [40 42 44 46 48]\n [50 52 54 56 58]]]\n</NumpyArray>.form
+ where <NumpyArray dtype='int32' shape='(2, 3, 5)'>\n [[[ 0 2 4 6 8]\n [10 12 14 16 18]\n ...\n [40 42 44 46 48]\n [50 52 54 56 58]]]\n</NumpyArray> = (<Array [[[0, 1, 2, 3, 4], ..., [10, ..., 14]], ...] type='2 * 3 * 5 * int32'> * 2).layout
+ and NumpyForm('int64', inner_shape=(3, 5)) = <NumpyArray dtype='int64' shape='(2, 3, 5)'>[## ... ##]</NumpyArray>.form
+ where <NumpyArray dtype='int64' shape='(2, 3, 5)'>[## ... ##]</NumpyArray> = (<Array-typetracer [...] type='2 * 3 * 5 * int32'> * 2).layout
+ where <Array-typetracer [...] type='2 * 3 * 5 * int32'> = tt(<Array [[[0, 1, 2, 3, 4], ..., [10, ..., 14]], ...] type='2 * 3 * 5 * int32'>)
|
tests\test_0118_numba_cpointers.py#L341
test_ListArray_getitem_field
pytest.PytestUnraisableExceptionWarning: Exception ignored on calling ctypes callback function: <function ExecutionEngine._raw_object_cache_notify at 0x0000021C6EEC0790>
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\llvmlite\binding\executionengine.py", line 171, in _raw_object_cache_notify
def _raw_object_cache_notify(self, data):
KeyboardInterrupt
|
|
The logs for this run have expired and are no longer available.
Loading