Closed
Description
Repository commit
Python version (python --version)
Python 3.11.3
Dependencies version (pip freeze)
Expected behavior
Actual behavior
Argument of type "tuple[int, int]" cannot be assigned to parameter "__x" of type "_SupportsFloatOrIndex" in function "log2"
Type "tuple[int, int]" cannot be assigned to type "_SupportsFloatOrIndex"
"tuple[int, int]" is incompatible with protocol "SupportsFloat"
"float" is not present
"tuple[int, int]" is incompatible with protocol "SupportsIndex"
"index" is not presentPylancereportGeneralTypeIssues
(variable) maximum: tuple[int, int]
divide_and_conquer/strassen_matrix_multiplication.py
line 126