CI #294
ci.yml
on: schedule
Ruff
10s
Typos
7s
basedpyright
1m 40s
Conda Pytest with Intel CL
3m 43s
Conda Pytest without arg check
4m 30s
Conda Pytest Twice (for cache behavior)
6m 15s
Conda Examples
1m 55s
Documentation
1m 26s
Tests for downstream project Firedrake
1m 31s
Validate CITATION.cff
7s
Matrix: downstream_tests
Matrix: Conda Pytest
Annotations
10 errors and 118 warnings
|
Typos
Process completed with exit code 2.
|
|
Ruff
Process completed with exit code 1.
|
|
Tests for downstream project Firedrake
Process completed with exit code 2.
|
|
basedpyright
Process completed with exit code 1.
|
|
basedpyright
5 errors
|
|
basedpyright:
loopy/transform/diff.py#L81
Cannot assign to attribute "function_map" for class "LoopyDiffMapper*"
Type "(i: Unknown, func: Unknown, args: Unknown, allowed_nonsmoothness: Unknown) -> (Call | CallWithKwargs | Unknown | ExpressionNode | Sum | Power)" is not assignable to type "(i: int, func: Expression, pars: Sequence[Expression], allowed_nonsmoothness: Literal['none', 'continuous', 'discontinuous'] = "none") -> ArithmeticExpression"
Parameter name mismatch: "pars" versus "args"
Parameter "allowed_nonsmoothness" is missing default argument (reportAttributeAccessIssue)
|
|
basedpyright:
loopy/transform/diff.py#L75
Argument of type "None" cannot be assigned to parameter "variable" of type "Variable | Subscript" in function "__init__"
Type "None" is not assignable to type "Variable | Subscript"
"None" is not assignable to "Variable"
"None" is not assignable to "Subscript" (reportArgumentType)
|
|
basedpyright:
loopy/transform/diff.py#L66
Expected type arguments for generic class "DifferentiationMapper" (reportMissingTypeArgument)
|
|
basedpyright:
loopy/target/python.py#L78
Argument of type "object" cannot be assigned to parameter "expr" of type "ExpressionNode" in function "handle_unsupported_expression"
"object" is not assignable to "ExpressionNode" (reportArgumentType)
|
|
basedpyright:
loopy/target/execution.py#L573
Argument of type "ShapeType | type[auto]" cannot be assigned to parameter "expr" of type "Expression" in function "__call__"
Type "ShapeType | type[auto]" is not assignable to type "Expression"
Type "type[auto]" is not assignable to type "Expression"
Type "type[auto]" is not assignable to type "int"
Type "type[auto]" is not assignable to type "integer[Any]"
Type "type[auto]" is not assignable to type "float"
Type "type[auto]" is not assignable to type "complex"
Type "type[auto]" is not assignable to type "inexact[Any, float | complex]"
Type "type[auto]" is not assignable to type "bool"
... (reportArgumentType)
|
|
Typos:
./loopy/kernel/tools.py#L688
"unterstood" should be "understood".
|
|
Typos:
./loopy/schedule/__init__.py#L2410
"possilby" should be "possibly".
|
|
Typos:
./loopy/symbolic.py#L2882
"aranges" should be "arranges".
|
|
Typos:
./loopy/symbolic.py#L2880
"aranges" should be "arranges".
|
|
Typos:
./loopy/symbolic.py#L2878
"aranges" should be "arranges".
|
|
Typos:
./loopy/symbolic.py#L2869
"aranges" should be "arranges".
|
|
Typos:
./test/test_callables.py#L726
"subcript" should be "subscript".
|
|
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
basedpyright:
loopy/kernel/__init__.py#L461
Argument type is partially unknown
Argument corresponds to parameter "dst_pos" in function "move_dims"
Argument type is "int | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/kernel/__init__.py#L461
Type of "dim" is partially unknown
Type of "dim" is "((type: dim_type) -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/kernel/__init__.py#L459
Type of "move_dims" is partially unknown
Type of "move_dims" is "((dst_type: dim_type, dst_pos: int, src_type: dim_type, src_pos: int, n: int) -> BasicSet) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/kernel/__init__.py#L457
Argument type is partially unknown
Argument corresponds to parameter "stop" in function "__new__"
Argument type is "int | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/kernel/__init__.py#L457
Type of "dim" is partially unknown
Type of "dim" is "((type: dim_type) -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/kernel/__init__.py#L456
Argument type is partially unknown
Argument corresponds to parameter "obj" in function "not_none"
Argument type is "str | Unknown | None" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/kernel/__init__.py#L456
Type of "get_dim_name" is partially unknown
Type of "get_dim_name" is "((type: dim_type, pos: int) -> (str | None)) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/kernel/__init__.py#L449
Argument type is partially unknown
Argument corresponds to parameter "obj2" in function "align_two"
Argument type is "BasicSet | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/check.py#L153
Argument type is unknown
Argument corresponds to parameter "iterable" in function "reduce" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/check.py#L151
Type of parameter "values" is unknown (reportUnknownParameterType)
|
|
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#L420
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#L420
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#L420
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#L420
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#L420
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#L420
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#L420
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#L420
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#L420
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#L420
Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
|
|
Conda Pytest without arg check:
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest without arg check:
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest without arg check:
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest without arg check:
loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest without arg check:
loopy/target/c/c_execution.py#L339
'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#L322
'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#L339
'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#L322
'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#L329
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:
test/test_expression.py#L329
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/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (ubuntu-latest):
loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest (ubuntu-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (ubuntu-latest):
loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest (ubuntu-latest):
loopy/target/c/c_execution.py#L339
'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#L322
'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#L329
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#L339
'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#L322
'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#L329
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#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest (macos-latest):
loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest Twice (for cache behavior):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest Twice (for cache behavior):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest Twice (for cache behavior):
loopy/isl_helpers.py#L198
Aff.is_equal with implicit conversion of self to PwAff is deprecated and will stop working in 2026. Explicitly convert to PwAff, using .to_pw_aff().
|
|
Conda Pytest Twice (for cache behavior):
loopy/target/execution.py#L309
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Conda Pytest Twice (for cache behavior):
loopy/target/c/c_execution.py#L339
'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#L322
'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#L329
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#L339
'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#L322
'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#L329
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/islpy/_monkeypatch.py#L569
BasicSet.foreach_basic_set with implicit conversion of self to Set is deprecated and will stop working in 2026. Explicitly convert to Set, using .to_set().
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/islpy/_monkeypatch.py#L569
BasicSet.foreach_basic_set with implicit conversion of self to Set is deprecated and will stop working in 2026. Explicitly convert to Set, using .to_set().
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/islpy/_monkeypatch.py#L569
BasicSet.foreach_basic_set with implicit conversion of self to Set is deprecated and will stop working in 2026. Explicitly convert to Set, using .to_set().
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/islpy/_monkeypatch.py#L569
BasicSet.foreach_basic_set with implicit conversion of self to Set is deprecated and will stop working in 2026. Explicitly convert to Set, using .to_set().
|
|
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#L439
overflow encountered in scalar negative
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/pymbolic/primitives.py#L439
overflow encountered in scalar negative
|
|
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/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
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/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/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/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
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/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
'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 pytential:
pytential/.conda-root/envs/testing/lib/python3.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/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.13/site-packages/meshmode/dof_array.py#L79
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|