Skip to content

Move known_callables from ASTBuilderBase to TargetBase (split into host/device variants) #3861

Move known_callables from ASTBuilderBase to TargetBase (split into host/device variants)

Move known_callables from ASTBuilderBase to TargetBase (split into host/device variants) #3861

Re-run triggered March 10, 2026 15:32
Status Failure
Total duration 38m 36s
Artifacts

ci.yml

on: pull_request
Ruff
7s
Ruff
Typos
9s
Typos
basedpyright
2m 19s
basedpyright
Conda Pytest with Intel CL
4m 15s
Conda Pytest with Intel CL
Conda Pytest without arg check
4m 36s
Conda Pytest without arg check
Conda Pytest Twice (for cache behavior)
4m 53s
Conda Pytest Twice (for cache behavior)
Conda Examples
2m 35s
Conda Examples
Documentation
2m 11s
Documentation
Tests for downstream project Firedrake
2m 34s
Tests for downstream project Firedrake
Validate CITATION.cff
7s
Validate CITATION.cff
Matrix: downstream_tests
Matrix: Conda Pytest
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 111 warnings
basedpyright
Process completed with exit code 1.
Conda Pytest (ubuntu-latest)
Process completed with exit code 1.
Conda Pytest (ubuntu-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (ubuntu-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (ubuntu-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (ubuntu-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest without arg check
Process completed with exit code 1.
Conda Pytest without arg check: test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest without arg check: test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest without arg check: test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest without arg check: test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (macos-latest)
The strategy configuration was canceled because "pytest.ubuntu-latest" failed
Conda Pytest (macos-latest)
The operation was canceled.
Conda Pytest (macos-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (macos-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (macos-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest (macos-latest): test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest with Intel CL
Process completed with exit code 1.
Conda Pytest with Intel CL: test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest with Intel CL: test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'first_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest with Intel CL: test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest with Intel CL: test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest Twice (for cache behavior)
Process completed with exit code 1.
Conda Pytest Twice (for cache behavior): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest Twice (for cache behavior): test/test/test_target.py#L626
test_glibc_bessel_functions[float64] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Conda Pytest Twice (for cache behavior): test/test/test_target.py#L626
test_glibc_bessel_functions[float32] loopy.diagnostic.LoopyError: could not determine type of 'second_kind_bessel' of kernel 'loopy_kernel'.
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
basedpyright: loopy/target/__init__.py#L373
Argument type is partially unknown   Argument corresponds to parameter "map" in function "__init__"   Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
basedpyright: loopy/target/__init__.py#L373
Type of "known_host_callables" is partially unknown   Type of "known_host_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
basedpyright: loopy/target/__init__.py#L372
Method "known_callables" is not marked as override but is overriding a method in class "ASTBuilderBase[None]" (reportImplicitOverride)
basedpyright: loopy/target/__init__.py#L372
Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
basedpyright: loopy/target/__init__.py#L229
Argument type is partially unknown   Argument corresponds to parameter "map" in function "__init__"   Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)
basedpyright: loopy/target/__init__.py#L229
Type of "known_device_callables" is partially unknown   Type of "known_device_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
basedpyright: loopy/target/__init__.py#L204
Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
basedpyright: loopy/target/__init__.py#L195
Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
basedpyright: loopy/library/reduction.py#L407
Type of "known_device_callables" is partially unknown   Type of "known_device_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
basedpyright: loopy/library/reduction.py#L371
Type of "known_device_callables" is partially unknown   Type of "known_device_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project arraycontext: arraycontext/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Conda Pytest (ubuntu-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (ubuntu-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest without arg check: loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest without arg check: test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest without arg check: loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest without arg check: loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest without arg check: loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest without arg check: loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest without arg check: test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest without arg check: loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest without arg check: loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest without arg check: test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest (macos-latest): loopy/target/execution.py#L311
Unable to generate code to automatically find 'N' from 'x': division with remainder in linear solve for 'N'
Conda Pytest (macos-latest): loopy/target/execution.py#L311
Unable to generate code to automatically find 'N' from 'x': division with remainder in linear solve for 'N'
Conda Pytest (macos-latest): loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest (macos-latest): loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest (macos-latest): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (macos-latest): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (macos-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest (macos-latest): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (macos-latest): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest (macos-latest): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest with Intel CL: .conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/cache.py#L450
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Conda Pytest Twice (for cache behavior): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest Twice (for cache behavior): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest Twice (for cache behavior): loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest Twice (for cache behavior): loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
Conda Pytest Twice (for cache behavior): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest Twice (for cache behavior): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest Twice (for cache behavior): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Conda Pytest Twice (for cache behavior): loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest Twice (for cache behavior): loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
Conda Pytest Twice (for cache behavior): test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project pytato: pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pyopencl/__init__.py#L570
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/.conda-root/envs/testing/lib/python3.14/site-packages/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project meshmode: meshmode/test/test_array.py#L59
'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#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project meshmode: meshmode/.conda-root/envs/testing/lib/python3.14/site-packages/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project meshmode: meshmode/test/test_array.py#L59
'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#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project grudge: grudge/test/test_reductions.py#L172
Broadcasting array context array types across <class 'test_reductions.MyContainer'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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.14/site-packages/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project grudge: grudge/test/test_reductions.py#L172
Broadcasting array context array types across <class 'test_reductions.MyContainer'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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.14/site-packages/arraycontext/container/dataclass.py#L82
Encountered 'numpy.ndarray' in a dataclass_array_container. This is deprecated and will stop working in 2026. If you meant an object array, use pytools.obj_array.ObjectArray. For other uses, file an issue to discuss.
Tests for downstream project grudge: grudge/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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 pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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 pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
Broadcasting array context array types across <class 'meshmode.dof_array.DOFArray'> has been implicitly enabled. As of 2026, this will no longer work. Use arraycontext.Bcast* object wrappers for roughly equivalent functionality. 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 pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
Tests for downstream project pytential: pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.