Skip to content

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

Open
kalium-cyanide wants to merge 15 commits into
EvgrafovMichail:mainfrom
kalium-cyanide:main
Open

Б12-514, Катрышов Денис#170
kalium-cyanide wants to merge 15 commits into
EvgrafovMichail: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 нельзя было использовать

@@ -1 +1,76 @@
# ваш код (используйте функции или классы для решения данной задачи)
import json
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.

Все таки можно поменьше пустых строк


from IPython.display import HTML
from matplotlib.animation import FuncAnimation
from matplotlib.animation import FuncAnimation, PillowWriter
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.

Не дождался результата на большом лабиринте

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