Skip to content

Numpy array context rebased #1530

Numpy array context rebased

Numpy array context rebased #1530

Triggered via pull request August 1, 2024 15:05
@inducerinducer
synchronize #190
numpy-rebased
Status Failure
Total duration 12m 24s
Artifacts

ci.yml

on: pull_request
Matrix: downstream_tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 3 warnings
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel: 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
Pytest Conda Py3 Intel
Process completed with exit code 1.
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<EagerJAXArrayContext>] assert False + where False = <function allclose at 0x7fd066004eb0>(array(True), False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and array(True) = to_numpy(Array(True, dtype=bool)) + where to_numpy = <arraycontext.impl.jax.EagerJAXArrayContext object at 0x7fd0347d5ee0>.to_numpy
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<NumpyArrayContext>] assert False + where False = <function allclose at 0x7fd066004eb0>(np.True_, False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and np.True_ = to_numpy(np.True_) + where to_numpy = <arraycontext.pytest._NumpyArrayContextForTests object at 0x7fd02412cef0>.to_numpy
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<PytatoJAXArrayContext>] assert False + where False = <function allclose at 0x7fd066004eb0>(True, False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and True = to_numpy(True) + where to_numpy = <arraycontext.impl.pytato.PytatoJAXArrayContext object at 0x7fd01cf20f50>.to_numpy
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>0] assert False + where False = <function allclose at 0x7fd066004eb0>(np.int8(1), False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and np.int8(1) = to_numpy(np.int8(1)) + where to_numpy = <test_arraycontext._PyOpenCLArrayContextForTests object at 0x7fd02455a180>.to_numpy
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<_PyOpenCLArrayContextForTests for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>1] assert False + where False = <function allclose at 0x7fd066004eb0>(np.int8(1), False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and np.int8(1) = to_numpy(np.int8(1)) + where to_numpy = <test_arraycontext._PyOpenCLArrayContextForTests object at 0x7fd028d17320>.to_numpy
Pytest Conda Py3 POCL: test/test/test/test_arraycontext.py#L719
test_array_equal[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] assert False + where False = <function allclose at 0x7fd066004eb0>(True, False) + where <function allclose at 0x7fd066004eb0> = np.allclose + and True = to_numpy(True) + where to_numpy = <test_arraycontext._PytatoPyOpenCLArrayContextForTests object at 0x7fd024302de0>.to_numpy
Pytest Conda Py3 POCL
Process completed with exit code 1.
Tests for downstream project mirgecom
No point in testing mirgecom at the moment, see https://github.com/illinois-ceesd/mirgecom/pull/898. Test not performed.
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Tests for downstream project mirgecom_examples
No point in testing mirgecom at the moment, see https://github.com/illinois-ceesd/mirgecom/pull/898. Test not performed.