linkagescape / linkage-mapper

ArcGIS tools to automate mapping and prioritization of wildlife habitat corridors
https://circuitscape.org/linkagemapper/
GNU General Public License v3.0
37 stars 12 forks source link

Use floor division for 3.x compatibility #154

Closed dkav closed 2 years ago

dkav commented 2 years ago

Use the floor division operator (//) to truncate fractional remainders down to their floor in both Python 2 and Python 3. See Python - Classic, Floor, and True Division. Resolves directory issue raised by Aiman Duckworth in email.

venkanna37 commented 2 years ago

Thank you @dkav