8000 Remove rounding in pyModeS by paulmadejong · Pull Request #147 · junzis/pyModeS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove rounding in pyModeS #147

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

Merged
merged 7 commits into from
May 22, 2023
Merged

Remove rounding in pyModeS #147

merged 7 commits into from
May 22, 2023

Conversation

paulmadejong
Copy link
Contributor

Provide a bit more detail for smaller roll angles. Alternatively, we could add the decimal rounding as a parameter to the roll50 function.

Provide a bit more detail for smaller roll angles.
@xoolive
Copy link
Collaborator
xoolive commented May 16, 2023

@junzis I would recommend removing the rounding everywhere. It's float after all, it doesn't take more space in memory with or without rounding, people can round later if they want.

@paulmadejong
Copy link
Contributor Author

@junzis I would recommend removing the rounding everywhere. It's float after all, it doesn't take more space in memory with or without rounding, people can round later if they want.

Totally agree! Or make rounding optional through function arguments (provide number of decimals or None for no rounding)?

@junzis
Copy link
Owner
junzis commented May 19, 2023

yes, let's remove all the rounding :)

@junzis junzis changed the title Update bds50.py: round roll to 3 places instead of 1 remove rounding in pyModeS May 20, 2023
@junzis junzis changed the title remove rounding in pyModeS Remove rounding in pyModeS May 20, 2023
@junzis junzis merged commit 50864b5 into junzis:master May 22, 2023
@paulmadejong paulmadejong deleted the patch-1 branch May 22, 2023 20:46
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
0