Add some simple gmsh reading tests #2335
ci.yml
on: pull_request
Flake8
16s
Pylint
3m 13s
Mypy
3m 1s
Pytest Conda Py3
12m 21s
Pytest Firedrake
6m 34s
Examples Firedrake
3m 17s
Examples Conda Py3
4m 36s
Documentation
4m 31s
Matrix: downstream_tests
Annotations
2 errors and 2 warnings
Pytest Conda Py3:
test/test/test/test_mesh.py#L657
test_element_orientation_via_flipping[3x3_bound]
AssertionError: assert {'Right', <cl..., 'Left', ...} == {<class 'mesh...h.BTAG_NONE'>}
Extra items in the left set:
'Bottom'
'Right'
'Left'
'Top'
Full diff:
{
+ 'Bottom',
+ 'Left',
+ 'Right',
+ 'Top',
<class 'meshmode.mesh.BTAG_NONE'>,
<class 'meshmode.mesh.BTAG_ALL'>,
<class 'meshmode.mesh.BTAG_REALLY_ALL'>,
}
|
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.
|