Revision dfd7d5f0c20a18010dcb38276e436228702cbd2a authored by Peter Williams on 22 June 2018, 20:11:09 UTC, committed by Peter Williams on 25 June 2018, 17:42:34 UTC
In Python 3, the Numpy integer types no longer inherit from the `int` type,
which broke our (helpful) ability to accept types like np.int32 as integers.
Work around this in the C by also checking for numbers via `PyIndex_Check()`.
1 parent 4899692
History
File Mode Size
ci
docs
pyuvdata
scripts
.coveragerc -rw-r--r-- 50 bytes
.gitignore -rw-r--r-- 962 bytes
.readthedocs.yml -rw-r--r-- 142 bytes
.travis.yml -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 1.3 KB
MANIFEST.in -rw-r--r-- 262 bytes
README.md -rw-r--r-- 7.4 KB
paper.bib -rw-r--r-- 3.9 KB
paper.md -rw-r--r-- 1.9 KB
setup.cfg -rw-r--r-- 40 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top