Skip to content

Braikenridge-Maclaurin Construction of a Conic #1365

Braikenridge-Maclaurin Construction of a Conic

Braikenridge-Maclaurin Construction of a Conic #1365

Triggered via pull request September 21, 2026 15:22
Status Success
Total duration 16s
Artifacts

ty.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 4 warnings, and 1 notice
ty (invalid-assignment): other/dancing_links.py#L69
other/dancing_links.py:69:17: invalid-assignment: Object of type `DLXNode` is not assignable to attribute `up` of type `ColumnNode`
ty (invalid-assignment): other/dancing_links.py#L68
other/dancing_links.py:68:17: invalid-assignment: Object of type `DLXNode` is not assignable to attribute `down` of type `ColumnNode`
ty (unresolved-import): maths/test_factorial.py#L10
maths/test_factorial.py:10:6: unresolved-import: Cannot resolve imported module `maths.factorial` info: Searched in the following paths during module resolution: info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty) info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib64/python3.14/site-packages (site-packages) info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages) info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages) info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
ty (unresolved-import): maths/test_factorial.py#L8
maths/test_factorial.py:8:8: unresolved-import: Cannot resolve imported module `pytest` info: Searched in the following paths during module resolution: info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty) info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib64/python3.14/site-packages (site-packages) info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages) info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages) info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
ty (unresolved-import): maths/test_abs.py#L10
maths/test_abs.py:10:6: unresolved-import: Cannot resolve imported module `maths.abs` info: Searched in the following paths during module resolution: info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty) info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib64/python3.14/site-packages (site-packages) info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages) info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages) info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
ty (unresolved-import): maths/test_abs.py#L8
maths/test_abs.py:8:8: unresolved-import: Cannot resolve imported module `pytest` info: Searched in the following paths during module resolution: info: 1. vendored://stdlib (stdlib typeshed stubs vendored by ty) info: 2. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib/python3.14/site-packages (site-packages) info: 3. /home/runner/work/_temp/setup-uv-cache/builds-v0/.tmpYT9F7J/lib64/python3.14/site-packages (site-packages) info: 4. /home/runner/work/Python/Python/.venv/lib/python3.14/site-packages (site-packages) info: 5. /home/runner/work/Python/Python/.venv/lib64/python3.14/site-packages (site-packages) info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
ty (invalid-syntax): geometry/braik_mac_construction.py#L158
geometry/braik_mac_construction.py:158:1: invalid-syntax: Unexpected indentation
ty (invalid-syntax): geometry/braik_mac_construction.py#L157
geometry/braik_mac_construction.py:157:25: invalid-syntax: missing closing quote in string literal
ty (unresolved-reference): geometry/braik_mac_construction.py#L157
geometry/braik_mac_construction.py:157:17: unresolved-reference: Name `__main__` used when not defined
ty (invalid-assignment): computer_vision/mean_threshold.py#L24
computer_vision/mean_threshold.py:24:13: invalid-assignment: Cannot assign to a subscript on an object of type `None` info: The full type of the subscripted object is `PixelAccess | None` info: `None` does not have a `__setitem__` method.
ty (redundant-condition): web_programming/current_weather.py#L33
web_programming/current_weather.py:33:8: redundant-condition: Object of type `Literal[""]` is always falsy web_programming/current_weather.py:34:9: This statement is unreachable
ty (redundant-condition): web_programming/current_weather.py#L27
web_programming/current_weather.py:27:8: redundant-condition: Object of type `Literal[""]` is always falsy web_programming/current_weather.py:28:9: This statement is unreachable
ty (redundant-condition): matrix/matrix_operation.py#L44
matrix/matrix_operation.py:44:13: redundant-condition: Expression `_verify_matrix_sizes(matrix_a, matrix_b)` is always truthy (has type `tuple[tuple[int, int], tuple[int, int]]`)
ty (redundant-condition): machine_learning/dimensionality_reduction.py#L146
machine_learning/dimensionality_reduction.py:146:8: redundant-condition: Method `ndarray.any` is always truthy: Did you mean to call this method? machine_learning/dimensionality_reduction.py:158:5: This following branch is unreachable help: Replace with `features.any(...)`
ty
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"