Parameter studies #1513
ci.yml
on: pull_request
Ruff
5s
Pylint
2m 1s
Mypy
1m 53s
Pytest Conda Py3 POCL
2m 25s
Pytest Conda Py3 Intel
2m 3s
Examples Conda Py3
1m 32s
Documentation
1m 54s
Matrix: downstream_tests
Annotations
9 errors and 3 warnings
Ruff
Process completed with exit code 1.
|
Mypy
Process completed with exit code 1.
|
Pytest Conda Py3 Intel:
test/test/test/test_pytato_parameter_study.py#L136
test_pack_for_parameter_study[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>]
assert (15, 5, 4) == (4, 15, 5)
At index 0 diff: 15 != 4
Full diff:
(
- 4,
15,
5,
+ 4,
)
|
Pytest Conda Py3 Intel:
test/test/test/test_pytato_parameter_study.py#L179
test_unpack_parameter_study[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>]
assert (15, 5, 4) == (4, 15, 5)
At index 0 diff: 15 != 4
Full diff:
(
- 4,
15,
5,
+ 4,
)
|
Pytest Conda Py3 Intel
Process completed with exit code 1.
|
Pylint
Process completed with exit code 2.
|
Pytest Conda Py3 POCL:
test/test/test/test_pytato_parameter_study.py#L179
test_unpack_parameter_study[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
assert (15, 5, 4) == (4, 15, 5)
At index 0 diff: 15 != 4
Full diff:
(
- 4,
15,
5,
+ 4,
)
|
Pytest Conda Py3 POCL:
test/test/test/test_pytato_parameter_study.py#L136
test_pack_for_parameter_study[<PytatoPyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
assert (15, 5, 4) == (4, 15, 5)
At index 0 diff: 15 != 4
Full diff:
(
- 4,
15,
5,
+ 4,
)
|
Pytest Conda Py3 POCL
Process completed with exit code 1.
|
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.
|
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
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.
|