Towards array context (2025 merge) #1853
ci.yml
on: pull_request
Ruff
12s
Typos
6s
basedpyright
2m 25s
Documentation
2m 10s
Conda Pytest
11m 30s
Conda Pytest Symengine with Loopy FFT
10m 46s
Conda Pytest Symengine
10m 58s
Conda Examples
2m 11s
Matrix: downstream_tests
Annotations
46 errors and 50 warnings
|
Documentation
Process completed with exit code 2.
|
|
Conda Examples
Process completed with exit code 1.
|
|
basedpyright:
sumpy/e2p.py#L196
Method "get_optimized_kernel" overrides class "KernelCacheMixin" in an incompatible manner
Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/e2p.py#L124
Method "get_kernel" overrides class "KernelCacheMixin" in an incompatible manner
Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/e2e.py#L136
Method "get_optimized_kernel" overrides class "KernelCacheMixin" in an incompatible manner
Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/distributed.py#L111
Method "communicate_mpoles" overrides class "ExpansionWranglerInterface" in an incompatible manner
Parameter 2 type mismatch: base parameter is type "PyOpenCLArrayContext", override parameter is type "PyOpenCLArrayContext"
Return type mismatch: base method returns type "None", override returns type "dict[Unknown, Unknown] | None"
"boxtree.array_context.PyOpenCLArrayContext" is not assignable to "sumpy.array_context.PyOpenCLArrayContext"
Type "dict[Unknown, Unknown] | None" is not assignable to type "None"
"dict[Unknown, Unknown]" is not assignable to "None" (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/distributed.py#L70
Method "gather_potential_results" overrides class "ExpansionWranglerInterface" in an incompatible manner
Parameter 2 type mismatch: base parameter is type "PyOpenCLArrayContext", override parameter is type "PyOpenCLArrayContext"
"boxtree.array_context.PyOpenCLArrayContext" is not assignable to "sumpy.array_context.PyOpenCLArrayContext" (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/distributed.py#L70
Method "gather_potential_results" overrides class "DistributedExpansionWranglerMixin" in an incompatible manner
Parameter 2 type mismatch: base parameter is type "PyOpenCLArrayContext", override parameter is type "PyOpenCLArrayContext"
Return type mismatch: base method returns type "_Array1D[float64] | None", override returns type "ObjectArray1D[Array] | None"
"boxtree.array_context.PyOpenCLArrayContext" is not assignable to "sumpy.array_context.PyOpenCLArrayContext"
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)
|
|
basedpyright:
sumpy/distributed.py#L55
Method "distribute_source_weights" overrides class "ExpansionWranglerInterface" in an incompatible manner
Parameter 2 type mismatch: base parameter is type "PyOpenCLArrayContext", override parameter is type "PyOpenCLArrayContext"
"boxtree.array_context.PyOpenCLArrayContext" is not assignable to "sumpy.array_context.PyOpenCLArrayContext" (reportIncompatibleMethodOverride)
|
|
basedpyright:
sumpy/distributed.py#L55
Method "distribute_source_weights" overrides class "DistributedExpansionWranglerMixin" in an incompatible manner
Parameter 2 type mismatch: base parameter is type "PyOpenCLArrayContext", override parameter is type "PyOpenCLArrayContext"
"boxtree.array_context.PyOpenCLArrayContext" is not assignable to "sumpy.array_context.PyOpenCLArrayContext" (reportIncompatibleMethodOverride)
|
|
basedpyright:
examples/curve-pot.py#L218
No overloads for "to_numpy" match the provided arguments (reportCallIssue)
|
|
basedpyright:
examples/curve-pot.py#L213
Expression with type "tuple[Event, Sequence[Array]]" cannot be assigned to target tuple
Type "tuple[Event, Sequence[Array]]" is incompatible with target tuple
Tuple size mismatch; expected 1 but received 2 (reportAssignmentType)
|
|
Tests for downstream project pytential
Process completed with exit code 1.
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots1]
ModuleNotFoundError: No module named 'boxtree.timing'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots0]
ModuleNotFoundError: No module named 'boxtree.timing'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots2]
ModuleNotFoundError: No module named 'boxtree.timing'
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L844
test_m2m_compressed_error_helmholtz[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-4-2]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 9))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl5-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl4-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L844
test_m2m_compressed_error_helmholtz[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2-3]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 9))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl3-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 20))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L844
test_m2m_compressed_error_helmholtz[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-2-2]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl2-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl1-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl0-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 6))
|
|
Conda Pytest Symengine with Loopy FFT:
test/sumpy/test/test_fmm.py#L435
test_unified_single_and_double[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
TypeError: PyOpenCLArrayContext.from_numpy invoked with an unsupported array type: got 'TaggableCLArray', but expected one of (<class 'numpy.ndarray'>,)
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl8-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 20))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl7-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl6-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 6))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl5-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl4-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl3-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 20))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl2-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl1-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl0-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 6))
|
|
Conda Pytest Symengine:
test/sumpy/test/test_fmm.py#L435
test_unified_single_and_double[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
TypeError: PyOpenCLArrayContext.from_numpy invoked with an unsupported array type: got 'TaggableCLArray', but expected one of (<class 'numpy.ndarray'>,)
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl8-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 20))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl7-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl6-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 6))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl5-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl4-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 16))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl3-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 20))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl2-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-True]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl1-LinearPDEConformingVolumeTaylorLocalExpansion-LinearPDEConformingVolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 5))
|
|
Conda Pytest:
test/sumpy/test/test_kernels.py#L614
test_translations[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-knl0-VolumeTaylorLocalExpansion-VolumeTaylorMultipoleExpansion-False]
ValueError: shape mismatch on argument 'src_expansions' (got: (1,), expected: (1, 6))
|
|
Conda Pytest:
test/sumpy/test/test_fmm.py#L435
test_unified_single_and_double[<PyOpenCLArrayContext for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>]
TypeError: PyOpenCLArrayContext.from_numpy invoked with an unsupported array type: got 'TaggableCLArray', but expected one of (<class 'numpy.ndarray'>,)
|
|
basedpyright:
sumpy/distributed.py#L43
Type of parameter "tree_indep" is unknown (reportUnknownParameterType)
|
|
basedpyright:
sumpy/distributed.py#L43
Type annotation is missing for parameter "comm" (reportMissingParameterType)
|
|
basedpyright:
sumpy/distributed.py#L43
Type of parameter "comm" is unknown (reportUnknownParameterType)
|
|
basedpyright:
sumpy/array_context.py#L96
"preamble_info" is not accessed (reportUnusedParameter)
|
|
basedpyright:
sumpy/array_context.py#L82
Argument type is unknown
Argument corresponds to parameter "instructions" in function "make_kernel" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/array_context.py#L81
Argument type is unknown
Argument corresponds to parameter "domains" in function "make_kernel" (reportUnknownArgumentType)
|
|
basedpyright:
sumpy/array_context.py#L60
Type annotation is missing for parameter "statements" (reportMissingParameterType)
|
|
basedpyright:
sumpy/array_context.py#L60
Type of parameter "statements" is unknown (reportUnknownParameterType)
|
|
basedpyright:
sumpy/array_context.py#L60
Type annotation is missing for parameter "domains" (reportMissingParameterType)
|
|
basedpyright:
sumpy/array_context.py#L60
Type of parameter "domains" is unknown (reportUnknownParameterType)
|
|
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.::warning file=/home/runner/work/sumpy/sumpy/pytential/.conda-root/envs/testing/lib/python3.13/site-packages/meshmode/dof_array.py,line=79::'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
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
'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
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
'bcast_numpy_array=True' is deprecated and will be unsupported from 2025.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine with Loopy FFT:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest Symengine:
.conda-root/envs/testing/lib/python3.13/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|
|
Conda Pytest:
.conda-root/envs/testing/lib/python3.14/site-packages/boxtree/tree_build.py#L282
PyOpenCLArrayContext.zeros is deprecated and will stop working in 2025. Use actx.np.zeros instead.
|