Move known_callables from ASTBuilderBase to TargetBase (split into host/device variants)
#3860
ci.yml
on: pull_request
Ruff
11s
Typos
4s
basedpyright
2m 27s
Conda Pytest with Intel CL
4m 22s
Conda Pytest without arg check
4m 41s
Conda Pytest Twice (for cache behavior)
4m 40s
Conda Examples
2m 22s
Documentation
2m 20s
Tests for downstream project Firedrake
2m 34s
Validate CITATION.cff
9s
Matrix: downstream_tests
Matrix: Conda Pytest
Annotations
28 errors and 111 warnings
|
basedpyright
Process completed with exit code 1.
|
|
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 'second_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 '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 '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 'first_kind_bessel' of kernel 'loopy_kernel'.
|
|
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 'second_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 'second_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 'second_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[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 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 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 'first_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 'first_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 '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'.
|
|
Tests for downstream project pytential
Canceling since a higher priority waiting request for copilot/move-known-callables-to-targetbase exists
|
|
Tests for downstream project pytential
The operation was canceled.
|
|
CI
Canceling since a higher priority waiting request for copilot/move-known-callables-to-targetbase exists
|
|
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
basedpyright:
loopy/target/cuda.py#L253
Method "known_callables" is not marked as override but is overriding a method in class "CFamilyTarget" (reportImplicitOverride)
|
|
basedpyright:
loopy/target/cuda.py#L253
Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
|
|
basedpyright:
loopy/target/c/__init__.py#L516
Type of "update" is partially unknown
Type of "update" is "Overload[(m: SupportsKeysAndGetItem[Unknown, Unknown], /) -> None, (m: SupportsKeysAndGetItem[str, Unknown], /, **kwargs: Unknown) -> None, (m: Iterable[tuple[Unknown, Unknown]], /) -> None, (m: Iterable[tuple[str, Unknown]], /, **kwargs: Unknown) -> None, (**kwargs: Unknown) -> None]" (reportUnknownMemberType)
|
|
basedpyright:
loopy/target/c/__init__.py#L515
Type of "known_callables" is partially unknown
Type of "known_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
|
|
basedpyright:
loopy/target/c/__init__.py#L514
Return type, "dict[Unknown, Unknown]", is partially unknown (reportUnknownParameterType)
|
|
basedpyright:
loopy/target/__init__.py#L222
Return type, "list[Unknown]", is partially unknown (reportUnknownParameterType)
|
|
basedpyright:
loopy/target/__init__.py#L220
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#L220
Type of "known_callables" is partially unknown
Type of "known_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
|
|
basedpyright:
loopy/library/reduction.py#L407
Type of "known_callables" is partially unknown
Type of "known_callables" is "dict[Unknown, Unknown]" (reportUnknownMemberType)
|
|
basedpyright:
loopy/library/reduction.py#L371
Type of "known_callables" is partially unknown
Type of "known_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 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 (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/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest (ubuntu-latest):
loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
|
|
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#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):
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):
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 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.
|
|
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.
|
|
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#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):
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):
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/pymbolic/primitives.py#L442
overflow encountered in scalar negative
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pymbolic/primitives.py#L442
overflow encountered in scalar negative
|
|
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
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 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
'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/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/.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/.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/sympy/external/gmpy.py#L139
gmpy2 version is too old to use (2.0.0 or newer required)
|
|
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/sympy/external/gmpy.py#L139
gmpy2 version is too old to use (2.0.0 or newer required)
|
|
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/sympy/external/gmpy.py#L139
gmpy2 version is too old to use (2.0.0 or newer required)::warning file=pytential/.conda-root/envs/testing/lib/python3.14/site-packages/sympy/external/gmpy.py,line=139::gmpy2 version is too old to use (2.0.0 or newer required)
|
|
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.::warning file=pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py,line=79::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.::warning file=pytential/.conda-root/envs/testing/lib/python3.14/site-packages/meshmode/dof_array.py,line=79::'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|