Add some simple gmsh reading tests #2474
Annotations
2 errors and 10 warnings
Main Script:
test/test/test_mesh.py#L664
test_element_orientation_via_flipping[3x3_bound]
AssertionError: assert {<class 'mesh...'Bottom', ...} == {<class 'mesh...sh.BTAG_ALL'>}
Extra items in the left set:
'Top'
'Bottom'
'Right'
'Left'
Full diff:
{
+ 'Bottom',
+ 'Left',
+ 'Right',
+ 'Top',
<class 'meshmode.mesh.BTAG_NONE'>,
<class 'meshmode.mesh.BTAG_ALL'>,
<class 'meshmode.mesh.BTAG_REALLY_ALL'>,
}
|
Main Script
Process completed with exit code 1.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Main Script:
meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2025, this will no longer work. There is no replacement as of right now. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Main Script:
test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Main Script:
meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
Main Script:
meshmode/dof_array.py#L75
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2025, this will no longer work. There is no replacement as of right now. See the discussion in https://github.com/inducer/arraycontext/pull/190. To opt out now (and avoid this warning), pass _bcast_actx_array_type=False.
|
Main Script:
test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
|
Loading