Skip to content

Б12-514 Пеньков Денис#163

Open
Denis1325 wants to merge 54 commits intoEvgrafovMichail:mainfrom
Denis1325:main
Open

Б12-514 Пеньков Денис#163
Denis1325 wants to merge 54 commits intoEvgrafovMichail:mainfrom
Denis1325:main

Conversation

@Denis1325
Copy link
Copy Markdown

No description provided.

@Avshugan Avshugan added the 514 label Mar 9, 2026
raise ValueError

min_indices = (
np.where((ordinates[1:-1] < ordinates[:-2]) & (ordinates[1:-1] < ordinates[2:]))[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 нельзя было использовать

azimuth = np.arctan2(ordinates, abscissa)

with np.errstate(divide="ignore", invalid="ignore"):
inclination = np.where(distances == 0, 0.0, np.arccos(applicates / distances))
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