Enhancement of the knapsack algorithm with memorization and generalisation #13880
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (PT009):
knapsack/tests/test_knapsack.py#L59
knapsack/tests/test_knapsack.py:59:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|
Ruff (PT009):
knapsack/tests/test_knapsack.py#L49
knapsack/tests/test_knapsack.py:49:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|