Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OverflowError: value too large to convert to int #21

Open
peterch405 opened this issue Jun 15, 2017 · 1 comment
Open

OverflowError: value too large to convert to int #21

peterch405 opened this issue Jun 15, 2017 · 1 comment

Comments

@peterch405
Copy link

I am still having this issue:

Issue from: https://bitbucket.org/james_taylor/bx-python/issues/51/max-value-of-interval

from bx.intervals.intersection import IntervalTree
b = IntervalTree()
b.add(300000000,300000100,"a")
b.find(300000010,300000011)
>>>['a']
b.add(2119513096, 2234682974,"b")
>>>Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "intersection.pyx", line 388, in bx.intervals.intersection.IntervalTree.insert (lib/bx/intervals/intersection.c:4823)
OverflowError: value too large to convert to int
@jxtx
Copy link
Contributor

jxtx commented Jun 15, 2017

Definitely still an issue. Requires substantial changes to move from 32 to 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants