Make Mesh into a dataclass #2285
ci.yml
on: pull_request
Flake8
22s
Pylint
3m 3s
Mypy
2m 55s
Pytest Conda Py3
11m 29s
Pytest Firedrake
6m 31s
Examples Firedrake
3m 39s
Examples Conda Py3
3m 56s
Documentation
5m 17s
Matrix: downstream_tests
Annotations
10 errors and 2 warnings
Tests for downstream project grudge:
grudge/test/test/test/test_euler_model.py#L138
test_euler_vortex_convergence[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-1]
assert nan >= (1 + 0.5)
+ where nan = <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcba8922d0>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcba8922d0>> = <pytools.convergence.EOCRecorder object at 0x7fdcba8922d0>.order_estimate
|
Tests for downstream project grudge:
grudge/test/test/test/test_euler_model.py#L138
test_euler_vortex_convergence[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2]
assert nan >= (2 + 0.5)
+ where nan = <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcb96b85f0>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcb96b85f0>> = <pytools.convergence.EOCRecorder object at 0x7fdcb96b85f0>.order_estimate
|
Tests for downstream project grudge:
grudge/test/test/test/test_euler_model.py#L138
test_euler_vortex_convergence[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-3]
assert nan >= (3 + 0.5)
+ where nan = <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcb8dd7c50>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fdcb8dd7c50>> = <pytools.convergence.EOCRecorder object at 0x7fdcb8dd7c50>.order_estimate
|
Tests for downstream project grudge
Process completed with exit code 1.
|
Pytest Conda Py3:
test/test/test/test_mesh.py#L352
test_affine_map_with_facial_adjacency_maps
assert 1 == 3
+ where 1 = len([InteriorAdjacencyGroup(igroup=0, ineighbor_group=0, elements=array([ 2, 3, 4, ..., 380, 381, 382], dtype=int32),...or_faces=array([1, 1, 1, ..., 3, 3, 3], dtype=int8), aff_map=<meshmode.mesh.tools.AffineMap object at 0x7f61e06a4470>)])
|
Pytest Conda Py3:
test/test/test/test_mesh.py#L1271
test_glued_mesh[False]
assert 1 == 3
+ where 1 = len([InteriorAdjacencyGroup(igroup=0, ineighbor_group=0, elements=array([ 2, 3, 4, ..., 380, 381, 382], dtype=int32),...or_faces=array([1, 1, 1, ..., 3, 3, 3], dtype=int8), aff_map=<meshmode.mesh.tools.AffineMap object at 0x7f61e0b274d0>)])
|
Pytest Conda Py3:
test/test/test/test_mesh.py#L1271
test_glued_mesh[True]
assert 1 == 3
+ where 1 = len([InteriorAdjacencyGroup(igroup=0, ineighbor_group=0, elements=array([ 2, 3, 4, ..., 380, 381, 382], dtype=int32),...or_faces=array([1, 1, 1, ..., 3, 3, 3], dtype=int8), aff_map=<meshmode.mesh.tools.AffineMap object at 0x7f61e0b25970>)])
|
Pytest Conda Py3:
test/test/test/test_mesh.py#L1343
test_glued_mesh_matrix_only
IndexError: list index out of range
|
Pytest Conda Py3:
test/test/test/test_mesh.py#L1370
test_glued_mesh_offset_only
IndexError: list index out of range
|
Pytest Conda Py3
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.
|
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.
|