feat: add a dash after the identifier in pdict #1845
ci.yml
on: push
Ruff
6s
Typos
7s
Validate CITATION.cff
13s
basedpyright
1m 4s
Pytest without Numpy
1m 5s
Documentation
35s
Matrix: downstream_tests
Matrix: pytest
Annotations
37 warnings
|
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
Pytest on Py3.12 ubuntu-latest:
.env/lib/python3.12/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.12 ubuntu-latest:
/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/multiprocessing/popen_fork.py#L66
This process (pid=2796) is multi-threaded, use of fork() may lead to deadlocks in the child.
|
|
Pytest on Py3.10 ubuntu-latest:
.env/lib/python3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Py3.12 macos-latest:
.env/lib/python3.12/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Py3.x macos-latest:
.env/lib/python3.14/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Py3.x ubuntu-latest:
.env/lib/python3.14/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Py3.10 macos-latest:
.env/lib/python3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Pytest on Pypypy3.10 ubuntu-latest:
.env/lib/pypy3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|
|
Tests for downstream project loopy:
loopy/loopy/target/execution.py#L311
Unable to generate code to automatically find 'N' from 'x':
division with remainder in linear solve for 'N'
|
|
Tests for downstream project loopy:
loopy/loopy/target/execution.py#L311
Unable to generate code to automatically find 'N' from 'x':
division with remainder in linear solve for 'N'
|
|
Tests for downstream project loopy:
loopy/loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Tests for downstream project loopy:
loopy/loopy/target/execution.py#L311
Unable to generate code to automatically find 'im_h' from 'img':
|
|
Tests for downstream project loopy:
loopy/loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
|
|
Tests for downstream project loopy:
loopy/loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
|
|
Tests for downstream project loopy:
loopy/test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
|
|
Tests for downstream project loopy:
loopy/loopy/target/c/c_execution.py#L338
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
|
|
Tests for downstream project loopy:
loopy/loopy/target/c/c_execution.py#L321
'GCCToolchain.copy' is deprecated. This is now a dataclass and should be used with the standard 'replace'.
|
|
Tests for downstream project loopy:
loopy/test/test_expression.py#L327
Using default C compiler because gcc-10 was not found. These tests may take a long time, because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Tests for downstream project pytato:
pytato/pytato/target/loopy/__init__.py#L251
TranslationUnit.__call__ is uncached as of 2025, meaning it will incur possibly substantial compilation cost with every invocation. Use TranslationUnit.executor to obtain an object that holds longer-lived caches.
|
|
Pytest on Pypypy3.10 macos-latest:
.env/lib/pypy3.10/site-packages/_pytest/config/__init__.py#L1304
assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter (are you using python -O?)
|