biocore / biom-format

The Biological Observation Matrix (BIOM) Format Project
http://biom-format.org
Other
89 stars 95 forks source link

Subsample relies on int32 #913

Closed wasade closed 1 year ago

wasade commented 1 year ago

We've begun encountering tables where the sample sums exceed 2**32. Subsample currently relies in int32, and should be redefined to int64. Other parts of the codebase should be examined to make sure no other int32 relative to sample sums exist