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

Remove some confusing mentions of base-10 integers in docs #58

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

caleb-johnson
Copy link
Collaborator

Fixes #57

This PR removes a few confusing mentions of "base 10 integer" in docs in favor of just "integer".

Copy link
Collaborator

@kevinsung kevinsung left a comment

Choose a reason for hiding this comment

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

Can you also fix this file

def _base_10_conversion_from_bts_array(bit_array: np.ndarray) -> Any:

@caleb-johnson caleb-johnson merged commit 41febb6 into main Sep 23, 2024
9 checks passed
@caleb-johnson caleb-johnson deleted the base10 branch September 23, 2024 19:57
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.

Remove usage of term "base-10 integer"
2 participants