avoid overflows for now Due to a bug in current numpy beta (or numexpr) tests would...
authorYaroslav Halchenko <debian@onerussian.com>
Thu, 12 Jan 2017 18:10:11 +0000 (18:10 +0000)
committerYaroslav Halchenko <debian@onerussian.com>
Thu, 12 Jan 2017 18:10:11 +0000 (18:10 +0000)
commit0d62bc8ccd54bd13c5a5a00671106c8a1f18f3f4
tree1c0ecfad218cc647f097cfc9927e96da02b31340
parenta0efa00ae15f35319b43d2dc3fb2c79a275a6660
avoid overflows for now Due to a bug in current numpy beta (or numexpr) tests would fail if operation on int leads to overflows (e.g. of pow operation).

  as a workaround for now -- avoid big ints

Origin:  Debian
Bug: https://github.com/pandas-dev/pandas/issues/15046
Last-Update: 2017-01-04

Gbp-Pq: Name up_buggy_overflows
pandas/tests/test_expressions.py