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

Update README.md #59

Closed
wants to merge 1 commit into from
Closed

Update README.md #59

wants to merge 1 commit into from

Conversation

dinarkino
Copy link

Seems like a crucial typo. There is int((self.hit_inertia_max - self.hit_inertia_min) / 2) in a source code

Seems like a crucial typo. There is int((self.hit_inertia_max - self.hit_inertia_min) / 2) in a source code
@joaqo
Copy link
Collaborator

joaqo commented Jun 10, 2021

Hi @dinarkino you are absolutely right, thanks for the PR! One small change, can you remove the int part? Just leave it as (self.hit_inertia_max - self.hit_inertia_min) / 2, after that this PR will be ready for merging.

@joaqo
Copy link
Collaborator

joaqo commented Jun 10, 2021

Turns out that this previous PR has fixed this issue. #57

@joaqo joaqo closed this Jun 10, 2021
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.

None yet

2 participants