feat: extend to_layout
options
#1570
Annotations
3 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'>)
|
|
The logs for this run have expired and are no longer available.
Loading