Feat/needleman wunsch #14439
Closed
Feat/needleman wunsch #14439
Annotations
2 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
dynamic_programming/needleman_wunsch.py#L494
dynamic_programming/needleman_wunsch.py:494:18: RUF005 Consider `["-", *list(sequence_2)]` instead of concatenation
help: Replace with `["-", *list(sequence_2)]`
|
Loading