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

autotest: added first draft for grader mechanic #15

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

CheR-02
Copy link
Collaborator

@CheR-02 CheR-02 commented Mar 19, 2023

No description provided.

@CheR-02 CheR-02 changed the title added first draft for grader mechanic autotest: added first draft for grader mechanic Mar 19, 2023
@denisptuhov denisptuhov linked an issue Mar 24, 2023 that may be closed by this pull request
return max(abs(x), abs(y), abs(z))
elif self.metric == "taxicab":
return sum(abs(x) + abs(y) + abs(z))
elif self.metric != "plane":
Copy link
Collaborator

Choose a reason for hiding this comment

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

Немного странная конструкция. Думаю, стоит инвертировать это условие, а после всех условий уже сделать print/raise

@HypeRRu
Copy link
Collaborator

HypeRRu commented Mar 24, 2023

Измени также ветку, в которую мержишь, на dev

@CheR-02 CheR-02 changed the base branch from main to dev March 31, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Система оценок
3 participants