Numpy array context rebased #1549
Annotations
10 errors
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<EagerJAXArrayContext>-zeros_like-1-float64]
AttributeError: 'EagerJAXArrayContext' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<EagerJAXArrayContext>-zeros_like-1-complex128]
AttributeError: 'EagerJAXArrayContext' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoJAXArrayContext>-zeros_like-1-float64]
AttributeError: 'PytatoJAXArrayContext' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoJAXArrayContext>-zeros_like-1-complex128]
AttributeError: 'PytatoJAXArrayContext' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-zeros_like-1-float64]
AttributeError: '_PytatoPyOpenCLArrayContextForTests' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L436
test_array_context_np_like[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-zeros_like-1-complex128]
AttributeError: '_PytatoPyOpenCLArrayContextForTests' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<PytatoJAXArrayContext>]
AttributeError: 'PytatoJAXArrayContext.np' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L1579
test_actx_compile_on_pure_array_return[<EagerJAXArrayContext>]
TypeError: rec_multimap_array_container() got an unexpected keyword argument 'shape'
|
test/test/test/test_arraycontext.py#L1385
test_leaf_array_type_broadcasting[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>0]
AttributeError: '_PyOpenCLArrayContextForTests.np' object has no attribute 'zeros'
|
test/test/test/test_arraycontext.py#L1579
test_actx_compile_on_pure_array_return[<NumpyArrayContext>]
AttributeError: zeros
|
This job failed
Loading