Closed dkav closed 6 years ago
Indexing Numpy arrays with floats raises IndexError, e.g., a[0, 0.0]. See https://github.com/numpy/numpy/blob/master/doc/release/1.12.0-notes.rst#deprecationwarning-to-error.
FYI - With this change I was (finally) able to be create a new build of Circuitscape that worked with Linkage Mapper.
Indexing Numpy arrays with floats raises IndexError, e.g., a[0, 0.0]. See https://github.com/numpy/numpy/blob/master/doc/release/1.12.0-notes.rst#deprecationwarning-to-error.