Commit c098e38
Benjamin Moody
rdann: store sample as an array of int64.
For long records, annotation timestamps (sample numbers) can easily
exceed the range of a numpy 'int' on 32-bit architectures. Therefore,
store the 'sample' array as 'int64' instead.1 parent 94449b8 commit c098e38
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1653 | 1653 | | |
1654 | 1654 | | |
1655 | 1655 | | |
1656 | | - | |
1657 | | - | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
1658 | 1661 | | |
1659 | 1662 | | |
1660 | 1663 | | |
| |||
0 commit comments