New cellular automaton algorithm #17251
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
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
|