Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strassen matrix multiplication broken #8733

Closed
CaedenPH opened this issue May 14, 2023 · 0 comments · Fixed by #8784
Closed

Strassen matrix multiplication broken #8733

CaedenPH opened this issue May 14, 2023 · 0 comments · Fixed by #8784
Labels

Comments

@CaedenPH
Copy link
Contributor

Repository commit

e4ecefa

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant