Actions: google/grain
Actions
Showing runs from all workflows
2,500+ workflow runs
2,500+ workflow runs
_shuffled_index and __getitem__ receive NumPy integer scalars, divmod propagates the NumPy types. Downstream modulo operations like (seed + epoch) % 2**32 can then fail with OverflowError: Python integer 4294967296 out of bounds for int32 if the scalar is np.int32 (or narrower) because Python delegates to the NumPy ufunc which attempts to coerce 2**32 into the scalar's precision.
Build & Test
#7365:
Pull request #1366
synchronize
by
copybara-service
Bot
_shuffled_index and __getitem__ receive NumPy integer scalars, divmod propagates the NumPy types. Downstream modulo operations like (seed + epoch) % 2**32 can then fail with OverflowError: Python integer 4294967296 out of bounds for int32 if the scalar is np.int32 (or narrower) because Python delegates to the NumPy ufunc which attempts to coerce 2**32 into the scalar's precision.
GitHub Actions Scan
#245:
Pull request #1366
synchronize
by
copybara-service
Bot
_shuffled_index and __getitem__ receive NumPy integer scalars, divmod propagates the NumPy types. Downstream modulo operations like (seed + epoch) % 2**32 can then fail with OverflowError: Python integer 4294967296 out of bounds for int32 if the scalar is np.int32 (or narrower) because Python delegates to the NumPy ufunc which attempts to coerce 2**32 into the scalar's precision.
Build & Test
#7364:
Pull request #1366
opened
by
copybara-service
Bot
_shuffled_index and __getitem__ receive NumPy integer scalars, divmod propagates the NumPy types. Downstream modulo operations like (seed + epoch) % 2**32 can then fail with OverflowError: Python integer 4294967296 out of bounds for int32 if the scalar is np.int32 (or narrower) because Python delegates to the NumPy ufunc which attempts to coerce 2**32 into the scalar's precision.
RTD preview
#660:
Pull request #1366
opened
by
copybara-service
Bot
_shuffled_index and __getitem__ receive NumPy integer scalars, divmod propagates the NumPy types. Downstream modulo operations like (seed + epoch) % 2**32 can then fail with OverflowError: Python integer 4294967296 out of bounds for int32 if the scalar is np.int32 (or narrower) because Python delegates to the NumPy ufunc which attempts to coerce 2**32 into the scalar's precision.
GitHub Actions Scan
#244:
Pull request #1366
opened
by
copybara-service
Bot