We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uint32
uint64
Hi, is there any reason not to allow uint32 & uint64, otherwise can we enable compatibility?
File anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:20, in NCLS(starts, ends, ids) [18](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:18) return NCLS32(starts.astype(np.int32), ends.astype(np.int32), ids) [19](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:19) else: ---> [20](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:20) raise Exception("Starts/Ends not int64 or int32: " + str(starts.dtype)) Exception: Starts/Ends not int64 or int32: uint32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, is there any reason not to allow uint32 & uint64, otherwise can we enable compatibility?
The text was updated successfully, but these errors were encountered: