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

More gracefully deal with not-perfectly-integer inputs #938

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

sfiligoi
Copy link
Collaborator

The input data is supposed to be integer, but it is represented using fp64.
If the elements are not precisely integer, the previous logic would fail, possibly leading to data corruption.
The new version enforces the integer constraint.

@wasade
Copy link
Member

wasade commented Sep 13, 2023

Thanks!! Could a note be added to the change log?

@wasade
Copy link
Member

wasade commented Nov 9, 2023

Great, thank you!!!

@wasade wasade merged commit 9e6fa39 into biocore:master Nov 9, 2023
36 checks passed
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