CI #1702
ci.yml
on: schedule
Ruff
11s
Typos
5s
basedpyright
2m 20s
Pylint
2m 26s
Documentation
2m 2s
Conda Pytest
37m 25s
Conda Pytest Symengine
35m 42s
Conda Examples
2m 18s
Matrix: downstream_tests
Annotations
6 errors and 41 warnings
|
basedpyright
Process completed with exit code 1.
|
|
basedpyright
4 errors
|
|
basedpyright:
sumpy/visualization.py#L182
Argument of type "list[tuple[Unknown, object | ObjectArray[Unknown, object]] | tuple[str, object | ObjectArray[Unknown, object]]]" cannot be assigned to parameter "point_data" of type "List[Tuple[str, ndarray[Any, Any]]] | None" in function "write_structured_grid"
Type "list[tuple[Unknown, object | ObjectArray[Unknown, object]] | tuple[str, object | ObjectArray[Unknown, object]]]" is not assignable to type "List[Tuple[str, ndarray[Any, Any]]] | None"
"list[tuple[Unknown, object | ObjectArray[Unknown, object]] | tuple[str, object | ObjectArray[Unknown, object]]]" is not assignable to "List[Tuple[str, ndarray[Any, Any]]]"
Type parameter "_T@list" is invariant, but "tuple[Unknown, object | ObjectArray[Unknown, object]] | tuple[str, object | ObjectArray[Unknown, object]]" is not the same as "Tuple[str, ndarray[Any, Any]]"
Consider switching from "list" to "Sequence" which is covariant
"list[tuple[Unknown, object | ObjectArray[Unknown, object]] | tuple[str, object | ObjectArray[Unknown, object]]]" is not assignable to "None" (reportArgumentType)
|
|
basedpyright:
sumpy/expansion/loopy.py#L210
Operator "+" not supported for types "Variable | Subscript" and "Expression"
Operator "+" not supported for types "Variable" and "bool_" when expected type is "Expression | str"
Operator "+" not supported for types "Variable" and "tuple[Expression, ...]" when expected type is "Expression | str"
Operator "+" not supported for types "Subscript" and "bool_" when expected type is "Expression | str"
Operator "+" not supported for types "Subscript" and "tuple[Expression, ...]" when expected type is "Expression | str" (reportOperatorIssue)
|
|
basedpyright:
sumpy/expansion/loopy.py#L112
Operator "+" not supported for types "Variable | Subscript" and "Expression"
Operator "+" not supported for types "Variable" and "bool_" when expected type is "Expression | str"
Operator "+" not supported for types "Variable" and "tuple[Expression, ...]" when expected type is "Expression | str"
Operator "+" not supported for types "Subscript" and "bool_" when expected type is "Expression | str"
Operator "+" not supported for types "Subscript" and "tuple[Expression, ...]" when expected type is "Expression | str" (reportOperatorIssue)
|
|
basedpyright:
sumpy/distributed.py#L58
Method "gather_potential_results" overrides class "DistributedExpansionWrangler" in an incompatible manner
Return type mismatch: base method returns type "_Array1D[float64] | None", override returns type "ObjectArray1D[Array] | None"
Type "ObjectArray1D[Array] | None" is not assignable to type "_Array1D[float64] | None"
Type "ObjectArray1D[Array]" is not assignable to type "_Array1D[float64] | None"
"ObjectArray[tuple[int], Array]" is not assignable to "ndarray[tuple[int], dtype[float64]]"
"ObjectArray[tuple[int], Array]" is not assignable to "None" (reportIncompatibleMethodOverride)
|
|
|
|
Pylint
modifying pylint run because we're on Python 3.13
|
|
basedpyright:
sumpy/tools.py#L714
Argument type is partially unknown
Argument corresponds to parameter "end" in function "__init__"
Argument type is "int | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/tools.py#L240
Argument type is partially unknown
Argument corresponds to parameter "f" in function "obj_array_vectorize"
Argument type is "(ary: Unknown) -> (number[Unknown, complex] | Number | Unknown)" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/tools.py#L226
Argument type is partially unknown
Argument corresponds to parameter "f" in function "obj_array_vectorize"
Argument type is "(ary: Unknown) -> Array" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/fmm.py#L969
Argument type is unknown
Argument corresponds to parameter "evt" in function "add_event" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/fmm.py#L700
Argument type is unknown
Argument corresponds to parameter "evt" in function "add_event" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/fmm.py#L534
Argument type is partially unknown
Argument corresponds to parameter "f" in function "obj_array_vectorize"
Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/expansion/loopy.py#L210
Argument type is partially unknown
Argument corresponds to parameter "expression" in function "__init__"
Argument type is "Sum | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/expansion/loopy.py#L112
Argument type is partially unknown
Argument corresponds to parameter "expression" in function "__init__"
Argument type is "Sum | Unknown" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/distributed.py#L96
Argument type is partially unknown
Argument corresponds to parameter "f" in function "obj_array_vectorize"
Argument type is "(x: Unknown) -> Unknown" (reportUnknownArgumentType)
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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 Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/array_context.py#L54
Using the base PyOpenCLArrayContext.transform_loopy_program to transform a translation unit. This is largely a no-op and unlikely to result in fast generated code.Instead, subclass PyOpenCLArrayContext and implement the specific transform logic required to transform the program for your package or application. Check higher-level packages (e.g. meshmode), which may already have subclasses you may want to build on.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.13/site-packages/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:
.conda-root/envs/testing/lib/python3.13/site-packages/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().
|
|
Tests for downstream project pytential:
pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py#L81
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#L81
'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#L81
'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#L81
'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#L81
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#L81
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#L81
'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#L81
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#L81
'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#L81
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|