Skip to content

New cellular automaton algorithm #17207

New cellular automaton algorithm

New cellular automaton algorithm #17207

Triggered via pull request March 3, 2026 22:33
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (UP047): searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters help: Use type parameters
ruff (UP047): machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters help: Use type parameters
ruff (RUF037): data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call help: Replace with `deque()`
ruff (RUF059): cellular_automata/von_neumann.py#L480
cellular_automata/von_neumann.py:480:5: RUF059 Unpacked variable `fig` is never used help: Prefix it with an underscore or any other dummy variable pattern