Numpy array context rebased #1530
Annotations
7 errors
test/test/test/test_arraycontext.py#L719
test_array_equal[<EagerJAXArrayContext>]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(array(True), False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and array(True) = to_numpy(Array(True, dtype=bool))
+ where to_numpy = <arraycontext.impl.jax.EagerJAXArrayContext object at 0x7ff588123cb0>.to_numpy
|
test/test/test/test_arraycontext.py#L719
test_array_equal[<NumpyArrayContext>]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(np.True_, False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and np.True_ = to_numpy(np.True_)
+ where to_numpy = <arraycontext.pytest._NumpyArrayContextForTests object at 0x7ff588121eb0>.to_numpy
|
test/test/test/test_arraycontext.py#L719
test_array_equal[<PytatoJAXArrayContext>]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(True, False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and True = to_numpy(True)
+ where to_numpy = <arraycontext.impl.pytato.PytatoJAXArrayContext object at 0x7ff5883a4f80>.to_numpy
|
test/test/test/test_arraycontext.py#L719
test_array_equal[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>0]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(np.int8(1), False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and np.int8(1) = to_numpy(np.int8(1))
+ where to_numpy = <test_arraycontext._PyOpenCLArrayContextForTests object at 0x7ff5bb16caa0>.to_numpy
|
test/test/test/test_arraycontext.py#L719
test_array_equal[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>1]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(np.int8(1), False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and np.int8(1) = to_numpy(np.int8(1))
+ where to_numpy = <test_arraycontext._PyOpenCLArrayContextForTests object at 0x7ff5bb149eb0>.to_numpy
|
test/test/test/test_arraycontext.py#L719
test_array_equal[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>]
assert False
+ where False = <function allclose at 0x7ff5eca6fbf0>(True, False)
+ where <function allclose at 0x7ff5eca6fbf0> = np.allclose
+ and True = to_numpy(True)
+ where to_numpy = <test_arraycontext._PytatoPyOpenCLArrayContextForTests object at 0x7ff5b358f350>.to_numpy
|
|
This job failed
Loading