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

Resolve io module conflict #89

Closed dkav closed 6 years ago

dkav commented 6 years ago

Resolve io.py conflict with stdlib io module by renaming io.py to csio.py. Conflict appears in testing as AttributeError: 'module' object has no attribute 'BufferedIOBase'.

ViralBShah commented 6 years ago

@ranjanan Can you review all open PRs?

ranjanan commented 6 years ago

Thanks!