Circuitscape / Circuitscape.jl

Algorithms from circuit theory to predict connectivity in heterogeneous landscapes
https://circuitscape.org
MIT License
128 stars 35 forks source link

Getting "ERROR:InexactError()" after "Resistance/Conductance map has 61337224 nodes" #162

Closed vlandau closed 5 years ago

vlandau commented 5 years ago

I'm getting the following error message when running Circuitscape in Julia v6.4 on Windows 10 Pro. Everything seems to run fine in the Python (GUI-based) version (though I haven't tried to let it complete since it will take so long). I'm hoping it's an easy fix. Here are my input files

Any ideas of what's going on? I guess it has something to do with the conversion of a value to some other type (InexactError()), but that's about as far as I can get on my own.

Thanks for any help!

image

vlandau commented 5 years ago

Turns out it was an issue with the input file! Jumped the gun on posting an issue.