Skip to content

Test #19

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Test #19

wants to merge 4 commits into from

Conversation

eliotjkim
Copy link

Test

Copy link
Owner

@jatkinson1000 jatkinson1000 left a comment

Choose a reason for hiding this comment

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

Thanks @eliotjkim for opening a pull request.

The length equation looks great, and the addition of a constant is useful - though it should be updated in all equations.

I also note that you have opened a PR from your main branch rather than a 'length-equation' feature branch, so it has brought in commits with your gitignore and conflicting LICENSE which could be avoided using branches. These should be removed from this PR.

Finally, it would be good to include a description on the Pull Request, and link to note that it closes #9

@@ -2,6 +2,7 @@

import numpy as np

g = 9.81 # meters per second^2
Copy link
Owner

Choose a reason for hiding this comment

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

This is is a useful improvement, though note we usually use capitals for constants in Python:

I suggest the following, though the rest of the code needs updating.

Suggested change
g = 9.81 # meters per second^2
GRAV = 9.81 # meters per second^2

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.

2 participants