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

ENH: add divide_by_two #6

Closed
wants to merge 2 commits into from

Conversation

klauer
Copy link
Contributor

@klauer klauer commented Feb 13, 2023

Description

This PR adds the function divide_by_two.

Motivation and Context

This is in the context of the hackathon.

Closes #5

How Has This Been Tested?

See the included tests.

Where Has This Been Documented?

This has been documented in this PR text and that's it.
Were it a real project, this should be included in the API documentation.

@@ -0,0 +1,2 @@
def divide_by_two(value: float) -> float:
Copy link
Member

Choose a reason for hiding this comment

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

This is missing a docstring

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. Thanks for catching this. Let me add a docstring.

@klauer klauer closed this Feb 28, 2023
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.

Add function to divide by 2
2 participants