Skip to content

B12-514, Беляев Никита Дмитриевич#165

Open
Provoda78 wants to merge 12 commits intoEvgrafovMichail:mainfrom
Provoda78:main
Open

B12-514, Беляев Никита Дмитриевич#165
Provoda78 wants to merge 12 commits intoEvgrafovMichail:mainfrom
Provoda78:main

Conversation

@Provoda78
Copy link
Copy Markdown

No description provided.

@Avshugan Avshugan changed the title 514, Беляев Никита Дмитриевич B12-514, Беляев Никита Дмитриевич Mar 9, 2026
@Avshugan Avshugan added the 514 label Mar 9, 2026
rhs: np.ndarray,
) -> np.ndarray: ...
) -> np.ndarray:
if len(lhs) != len(rhs):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо было либо

if len(lhs[0]) != len(rhs[0]):

Либо (что еще лучше)

if lhs.shape[1] != rhs.shape[1]:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants