Make Mesh into a dataclass #2284
ci.yml
on: pull_request
Flake8
21s
Pylint
3m 36s
Mypy
3m 12s
Pytest Conda Py3
11m 26s
Pytest Firedrake
6m 20s
Examples Firedrake
3m 40s
Examples Conda Py3
4m 10s
Documentation
4m 2s
Matrix: downstream_tests
Annotations
12 errors and 2 warnings
Mypy
Process completed with exit code 1.
|
Pylint
Process completed with exit code 2.
|
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 0x7fcced4fbb00>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fcced4fbb00>> = <pytools.convergence.EOCRecorder object at 0x7fcced4fbb00>.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 0x7fcced087a40>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fcced087a40>> = <pytools.convergence.EOCRecorder object at 0x7fcced087a40>.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 0x7fcced0d4860>>()
+ where <bound method EOCRecorder.order_estimate of <pytools.convergence.EOCRecorder object at 0x7fcced0d4860>> = <pytools.convergence.EOCRecorder object at 0x7fcced0d4860>.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 0x7f1b0d1eb4d0>)])
|
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 0x7f1b0d1000b0>)])
|
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 0x7f1b0d100e00>)])
|
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.
|