Skip to content

Add Vioreanu-Rokhlin quadrature finding #713

Add Vioreanu-Rokhlin quadrature finding

Add Vioreanu-Rokhlin quadrature finding #713

Triggered via pull request January 28, 2025 23:21
Status Failure
Total duration 12m 31s
Artifacts

ci.yml

on: pull_request
Matrix: downstream_tests
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 41 warnings
Ruff
Process completed with exit code 1.
Documentation
Process completed with exit code 2.
Pytest on Py3.10: test/modepy/test/test_quad_finding.py#L90
test_orthogonalize_basis assert np.float64(1.1899001009834282e-08) < 2e-12 + where np.float64(1.1899001009834282e-08) = <function norm at 0x7f68303d62b0>((array([[1.00000000e+00+0.j, 0.00000000e+00+0.j, 0.00000000e+00+0.j, ...,\n 0.00000000e+00+0.j, 0.00000000e+00+0....j, 2.41065718e-12+0.j, ...,\n 1.55359210e-10+0.j, 1.93862379e-09+0.j, 1.00000000e+00+0.j]],\n shape=(36, 36)) - array([[1., 0., 0., ..., 0., 0., 0.],\n [0., 1., 0., ..., 0., 0., 0.],\n [0., 0., 1., ..., 0., 0., 0.],\n ... 0., 0., ..., 1., 0., 0.],\n [0., 0., 0., ..., 0., 1., 0.],\n [0., 0., 0., ..., 0., 0., 1.]], shape=(36, 36)))) + where <function norm at 0x7f68303d62b0> = la.norm + and array([[1., 0., 0., ..., 0., 0., 0.],\n [0., 1., 0., ..., 0., 0., 0.],\n [0., 0., 1., ..., 0., 0., 0.],\n ... 0., 0., ..., 1., 0., 0.],\n [0., 0., 0., ..., 0., 1., 0.],\n [0., 0., 0., ..., 0., 0., 1.]], shape=(36, 36)) = <function eye at 0x7f68305936d0>(36) + where <function eye at 0x7f68305936d0> = np.eye + and 36 = len([_LinearCombinationIntegrand(coefficients=array([0.70710678+0.j]), functions=[_ComplexToNDAdapter(function=functools.p...a8c0>, (4, 0))), _ComplexToNDAdapter(function=functools.partial(<function monomial at 0x7f683046a8c0>, (5, 0)))]), ...])
Pytest on Py3.10
Process completed with exit code 1.
Pytest on Py3.x
The job was canceled because "_3_10" failed.
Pytest on Py3.x: test/modepy/test/test_quad_finding.py#L90
test_orthogonalize_basis assert np.float64(1.1899001009834282e-08) < 2e-12 + where np.float64(1.1899001009834282e-08) = <function norm at 0x7f65695bfcf0>((array([[1.00000000e+00+0.j, 0.00000000e+00+0.j, 0.00000000e+00+0.j, ...,\n 0.00000000e+00+0.j, 0.00000000e+00+0....j, 2.41065718e-12+0.j, ...,\n 1.55359210e-10+0.j, 1.93862379e-09+0.j, 1.00000000e+00+0.j]],\n shape=(36, 36)) - array([[1., 0., 0., ..., 0., 0., 0.],\n [0., 1., 0., ..., 0., 0., 0.],\n [0., 0., 1., ..., 0., 0., 0.],\n ... 0., 0., ..., 1., 0., 0.],\n [0., 0., 0., ..., 0., 1., 0.],\n [0., 0., 0., ..., 0., 0., 1.]], shape=(36, 36)))) + where <function norm at 0x7f65695bfcf0> = la.norm + and array([[1., 0., 0., ..., 0., 0., 0.],\n [0., 1., 0., ..., 0., 0., 0.],\n [0., 0., 1., ..., 0., 0., 0.],\n ... 0., 0., ..., 1., 0., 0.],\n [0., 0., 0., ..., 0., 1., 0.],\n [0., 0., 0., ..., 0., 0., 1.]], shape=(36, 36)) = <function eye at 0x7f656953ede0>(36) + where <function eye at 0x7f656953ede0> = np.eye + and 36 = len([_LinearCombinationIntegrand(coefficients=array([0.70710678+0.j]), functions=[_ComplexToNDAdapter(function=functools.p...9a80>, (4, 0))), _ComplexToNDAdapter(function=functools.partial(<function monomial at 0x7f6569169a80>, (5, 0)))]), ...])
Pytest on Py3.x
The operation was canceled.
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.10: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.::warning file=/home/runner/work/modepy/modepy/modepy/matrices.py,line=351::Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Pytest on Py3.x: modepy/matrices.py#L351
Passing a sequence of functions to inverse_mass_matrix is deprecated and will stop working in 2025. Pass a Basis instead.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.13/site-packages/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.
Tests for downstream project grudge: grudge/grudge/trace_pair.py#L112
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project grudge: grudge/grudge/trace_pair.py#L112
<class 'grudge.trace_pair.TracePair'> does not have __array_ufunc__ set. This will cause numpy to attempt broadcasting, in a way that is likely undesired. To avoid this, set __array_ufunc__ = None in <class 'grudge.trace_pair.TracePair'>.
Tests for downstream project grudge: grudge/test/test_reductions.py#L167
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project grudge: grudge/test/test_reductions.py#L167
<class 'test_reductions.MyContainer'> does not have __array_ufunc__ set. This will cause numpy to attempt broadcasting, in a way that is likely undesired. To avoid this, set __array_ufunc__ = None in <class 'test_reductions.MyContainer'>.
Tests for downstream project grudge: grudge/test/test_reductions.py#L167
Broadcasting array context array types across <class 'test_reductions.MyContainer'> 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.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/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.
Tests for downstream project meshmode: meshmode/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/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.
Tests for downstream project meshmode: meshmode/test/test_array.py#L55
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_obj_array' is deprecated and will be unsupported from 2025. Use 'bcasts_across_obj_array', with equivalent meaning.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L75
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.