Wesley Cassidy

Results 3 issues of Wesley Cassidy

**Describe the bug** Calling `sparse.COO.max` on an array larger than 2 ** 32 - 1 fails a `TypeError` like so: ```python >>> a.shape (4294967296,) >>> a.max() Traceback (most recent call...

type:bug

**Describe the bug** `sparse.random` fails with a `ValueError` when creating an array of size 2 ** 31 + 1, but 2 ** 31 works: ```python >>> sparse.random((2**31,), nnz=1) >>> sparse.random((2**31...

type:bug

If a logged parameter initially has an integer value and later changes to float, that will cause InfluxDB to reject all subsequent writes including that value. This is the error...

bug