Skip to content

Б12-514, Катрышов Денис#170

Open
kalium-cyanide wants to merge 13 commits intoEvgrafovMichail:mainfrom
kalium-cyanide:main
Open

Б12-514, Катрышов Денис#170
kalium-cyanide wants to merge 13 commits intoEvgrafovMichail:mainfrom
kalium-cyanide:main

Conversation

@kalium-cyanide
Copy link
Copy Markdown

No description provided.

@Avshugan Avshugan added the 514 label Mar 9, 2026

azimuth = np.arctan2(ordinates, abscissa)

inclination = np.arccos(np.where(distances != 0, applicates / distances, 1.0))
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.

np.where нельзя было использовать

is_minimum = (center < left) & (center < right)
is_maximum = (center > left) & (center > right)

minimum_pos = np.where(is_minimum)[0] + 1
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.

np.where нельзя было использовать

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