Numpy array context rebased #1549
Annotations
10 errors
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<EagerJAXArrayContext>-zeros_like-1-float64]
AttributeError: 'EagerJAXArrayContext' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<EagerJAXArrayContext>-zeros_like-1-complex128]
AttributeError: 'EagerJAXArrayContext' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoJAXArrayContext>-zeros_like-1-float64]
AttributeError: 'PytatoJAXArrayContext' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoJAXArrayContext>-zeros_like-1-complex128]
AttributeError: 'PytatoJAXArrayContext' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-zeros_like-1-float64]
AttributeError: '_PytatoPyOpenCLArrayContextForTests' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-zeros_like-1-complex128]
AttributeError: '_PytatoPyOpenCLArrayContextForTests' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<EagerJAXArrayContext>]
TypeError: rec_multimap_array_container() got an unexpected keyword argument 'dtype'
|
Main Script:
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<NumpyArrayContext>]
AttributeError: zeros
|
Main Script:
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<PytatoJAXArrayContext>]
AttributeError: 'PytatoJAXArrayContext.np' object has no attribute 'zeros'
|
Main Script:
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>0]
AttributeError: '_PyOpenCLArrayContextForTests.np' object has no attribute 'zeros'
|
Loading