Fine grained compute transform #3872
ci.yml
on: pull_request
Ruff
9s
Typos
7s
basedpyright
2m 18s
Conda Pytest with Intel CL
2m 4s
Conda Pytest without arg check
2m 11s
Conda Pytest Twice (for cache behavior)
1m 55s
Conda Examples
1m 53s
Documentation
2m 11s
Tests for downstream project Firedrake
2m 32s
Validate CITATION.cff
9s
Matrix: downstream_tests
Matrix: Conda Pytest
Annotations
71 errors and 64 warnings
|
Ruff
Process completed with exit code 1.
|
|
Conda Examples
Process completed with exit code 1.
|
|
Tests for downstream project pytato
Process completed with exit code 1.
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
017 :class:`pyopencl.CommandQueue`:
018
019 .. doctest::
020
021 >>> import numpy as np
022 >>> import pyopencl as cl
023 >>> import pyopencl.array
024 >>> import pyopencl.clrandom
025
026 >>> import loopy as lp
UNEXPECTED EXCEPTION: ModuleNotFoundError("No module named 'namedisl'")
Traceback (most recent call last):
File "<doctest tutorial.rst[4]>", line 1, in <module>
File "/home/runner/work/loopy/loopy/loopy/__init__.py", line 31, in <module>
from loopy.auto_test import auto_test_vs_ref
File "/home/runner/work/loopy/loopy/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 197, in exec_module
exec(co, module.__dict__)
~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/loopy/loopy/loopy/auto_test.py", line 34, in <module>
from loopy.kernel.array import get_strides
File "/home/runner/work/loopy/loopy/loopy/kernel/__init__.py", line 63, in <module>
from loopy.kernel.data import (
...<9 lines>...
)
File "/home/runner/work/loopy/loopy/loopy/kernel/data.py", line 46, in <module>
from loopy.kernel.array import ArrayBase, ArrayDimImplementationTag
File "/home/runner/work/loopy/loopy/loopy/kernel/array.py", line 47, in <module>
from loopy.symbolic import flatten
File "/home/runner/work/loopy/loopy/loopy/symbolic.py", line 52, in <module>
import namedisl as nisl
ModuleNotFoundError: No module named 'namedisl'
/home/runner/work/loopy/loopy/doc/tutorial.rst:26: UnexpectedException
|
|
Conda Pytest Twice (for cache behavior):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest Twice (for cache behavior):
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
017 :class:`pyopencl.CommandQueue`:
018
019 .. doctest::
020
021 >>> import numpy as np
022 >>> import pyopencl as cl
023 >>> import pyopencl.array
024 >>> import pyopencl.clrandom
025
026 >>> import loopy as lp
UNEXPECTED EXCEPTION: ModuleNotFoundError("No module named 'namedisl'")
Traceback (most recent call last):
File "<doctest tutorial.rst[4]>", line 1, in <module>
File "/home/runner/work/loopy/loopy/loopy/__init__.py", line 31, in <module>
from loopy.auto_test import auto_test_vs_ref
File "/home/runner/work/loopy/loopy/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 197, in exec_module
exec(co, module.__dict__)
~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/loopy/loopy/loopy/auto_test.py", line 34, in <module>
from loopy.kernel.array import get_strides
File "/home/runner/work/loopy/loopy/loopy/kernel/__init__.py", line 63, in <module>
from loopy.kernel.data import (
...<9 lines>...
)
File "/home/runner/work/loopy/loopy/loopy/kernel/data.py", line 46, in <module>
from loopy.kernel.array import ArrayBase, ArrayDimImplementationTag
File "/home/runner/work/loopy/loopy/loopy/kernel/array.py", line 47, in <module>
from loopy.symbolic import flatten
File "/home/runner/work/loopy/loopy/loopy/symbolic.py", line 52, in <module>
import namedisl as nisl
ModuleNotFoundError: No module named 'namedisl'
/home/runner/work/loopy/loopy/doc/tutorial.rst:26: UnexpectedException
|
|
Conda Pytest with Intel CL:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest with Intel CL:
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
017 :class:`pyopencl.CommandQueue`:
018
019 .. doctest::
020
021 >>> import numpy as np
022 >>> import pyopencl as cl
023 >>> import pyopencl.array
024 >>> import pyopencl.clrandom
025
026 >>> import loopy as lp
UNEXPECTED EXCEPTION: ModuleNotFoundError("No module named 'namedisl'")
Traceback (most recent call last):
File "<doctest tutorial.rst[4]>", line 1, in <module>
File "/home/runner/work/loopy/loopy/loopy/__init__.py", line 31, in <module>
from loopy.auto_test import auto_test_vs_ref
File "/home/runner/work/loopy/loopy/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 197, in exec_module
exec(co, module.__dict__)
~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/loopy/loopy/loopy/auto_test.py", line 34, in <module>
from loopy.kernel.array import get_strides
File "/home/runner/work/loopy/loopy/loopy/kernel/__init__.py", line 63, in <module>
from loopy.kernel.data import (
...<9 lines>...
)
File "/home/runner/work/loopy/loopy/loopy/kernel/data.py", line 46, in <module>
from loopy.kernel.array import ArrayBase, ArrayDimImplementationTag
File "/home/runner/work/loopy/loopy/loopy/kernel/array.py", line 47, in <module>
from loopy.symbolic import flatten
File "/home/runner/work/loopy/loopy/loopy/symbolic.py", line 52, in <module>
import namedisl as nisl
ModuleNotFoundError: No module named 'namedisl'
/home/runner/work/loopy/loopy/doc/tutorial.rst:26: UnexpectedException
|
|
Conda Pytest without arg check:
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest without arg check:
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
017 :class:`pyopencl.CommandQueue`:
018
019 .. doctest::
020
021 >>> import numpy as np
022 >>> import pyopencl as cl
023 >>> import pyopencl.array
024 >>> import pyopencl.clrandom
025
026 >>> import loopy as lp
UNEXPECTED EXCEPTION: ModuleNotFoundError("No module named 'namedisl'")
Traceback (most recent call last):
File "<doctest tutorial.rst[4]>", line 1, in <module>
File "/home/runner/work/loopy/loopy/loopy/__init__.py", line 31, in <module>
from loopy.auto_test import auto_test_vs_ref
File "/home/runner/work/loopy/loopy/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/assertion/rewrite.py", line 197, in exec_module
exec(co, module.__dict__)
~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/loopy/loopy/loopy/auto_test.py", line 34, in <module>
from loopy.kernel.array import get_strides
File "/home/runner/work/loopy/loopy/loopy/kernel/__init__.py", line 63, in <module>
from loopy.kernel.data import (
...<9 lines>...
)
File "/home/runner/work/loopy/loopy/loopy/kernel/data.py", line 46, in <module>
from loopy.kernel.array import ArrayBase, ArrayDimImplementationTag
File "/home/runner/work/loopy/loopy/loopy/kernel/array.py", line 47, in <module>
from loopy.symbolic import flatten
File "/home/runner/work/loopy/loopy/loopy/symbolic.py", line 52, in <module>
import namedisl as nisl
ModuleNotFoundError: No module named 'namedisl'
/home/runner/work/loopy/loopy/doc/tutorial.rst:26: UnexpectedException
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/doc/tutorial.rst#L1
[doctest] tutorial.rst
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L82
test_subst_into_pwaff
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L47
test_pw_aff_to_conditional_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L101
test_qpolynomrial_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Conda Pytest (ubuntu-latest):
test/test/test_isl.py#L34
test_aff_to_expr
ModuleNotFoundError: No module named 'namedisl'
|
|
Documentation
Process completed with exit code 2.
|
|
Tests for downstream project arraycontext
Process completed with exit code 1.
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L51
test_pt_actx_key_stringification_uniqueness
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L51
test_pt_actx_key_stringification_uniqueness
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L67
test_dataclass_array_container
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L67
test_dataclass_array_container
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L202
test_stringify_array_container_tree
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L202
test_stringify_array_container_tree
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L137
test_dataclass_container_unions
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project arraycontext:
arraycontext/test/test/test_utils.py#L137
test_dataclass_container_unions
ModuleNotFoundError: No module named 'namedisl'
|
|
basedpyright
Process completed with exit code 1.
|
|
basedpyright
5 errors
|
|
basedpyright:
loopy/transform/compute.py#L337
Argument of type "None" cannot be assigned to parameter "insn" of type "InstructionBase" in function "__call__"
"None" is not assignable to "InstructionBase" (reportArgumentType)
|
|
basedpyright:
loopy/transform/compute.py#L319
Argument of type "Set | Unknown" cannot be assigned to parameter "replacement" of type "BasicSet" in function "get_domains_with"
Type "Set | Unknown" is not assignable to type "BasicSet"
"Set" is not assignable to "BasicSet" (reportArgumentType)
|
|
basedpyright:
loopy/transform/compute.py#L6
Import "namedisl" could not be resolved (reportMissingImports)
|
|
basedpyright:
loopy/transform/compute.py#L3
"override" is unknown import symbol (reportAttributeAccessIssue)
|
|
basedpyright:
loopy/symbolic.py#L52
Import "namedisl" could not be resolved (reportMissingImports)
|
|
Conda Pytest (macos-latest)
The strategy configuration was canceled because "pytest.ubuntu-latest" failed
|
|
Conda Pytest (macos-latest)
The operation was canceled.
|
|
Tests for downstream project meshmode
Process completed with exit code 1.
|
|
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_roots0]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots0]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots1]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots1]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots2]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project pytential:
pytential/test/test/test_muller.py#L44
test_muller[true_roots2]
ModuleNotFoundError: No module named 'namedisl'
|
|
Tests for downstream project grudge
Process completed with exit code 1.
|
|
Validate CITATION.cff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project pytato:
pytato/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest Twice (for cache behavior):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest with Intel CL:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest without arg check:
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning::warning file=.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py,line=2185::Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Conda Pytest (ubuntu-latest):
.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
Tests for downstream project arraycontext:
arraycontext/.conda-root/envs/testing/lib/python3.14/site-packages/_pytest/config/__init__.py#L2185
Failed to import filter module 'namedisl': ignore:.*:loopy.diagnostic.DirectCallUncachedWarning
|
|
basedpyright:
loopy/symbolic.py#L2076
Argument type is unknown
Argument corresponds to parameter "iterable" in function "__init__" (reportUnknownArgumentType)
|
|
basedpyright:
loopy/symbolic.py#L2076
Type of "dim_type_names" is unknown (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2071
Type of "to_python" is partially unknown
Type of "to_python" is "(() -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2065
Type of "to_python" is partially unknown
Type of "to_python" is "(() -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2061
Type of "get_constant_val" is partially unknown
Type of "get_constant_val" is "(() -> Val) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2061
Type of "to_python" is partially unknown
Type of "to_python" is "(() -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2060
Type of "to_python" is partially unknown
Type of "to_python" is "(() -> int) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2060
Type of "get_denominator_val" is partially unknown
Type of "get_denominator_val" is "(() -> Val) | Unknown" (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2056
Type of "Aff" is unknown (reportUnknownMemberType)
|
|
basedpyright:
loopy/symbolic.py#L2056
Type of parameter "aff" is partially unknown
Parameter type is "Aff | Unknown" (reportUnknownParameterType)
|