Circuitscape / Circuitscape.py

Circuitscape uses electronic circuit theory to solve problems in landscape ecology.
https://www.circuitscape.org/
Other
27 stars 17 forks source link

Typecast Include/Exclude Pairs as integers #86

Closed ranjanan closed 6 years ago

ranjanan commented 6 years ago

You can't index numpy arrays with floats. The filtered indices from include/exclude pairs option should be typecast to integers.

ViralBShah commented 6 years ago

@ranjanan Please tag a new release for the python codebase if it makes sense.