New cellular automaton algorithm #12888
+592
−0
Open
Annotations
2 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
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
|
Loading