Circuitscape / Circuitscape.jl

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

Advanced run hangs in Win10 Pro #133

Closed ghost closed 6 years ago

ghost commented 6 years ago

I’m having problems with my first attempts to run Circuitscape from the Julia prompt.

I’m using an .ini file (attached) that was generated when I ran Circuitscape using the ArcGIS tool. It seems to start OK, but no other output is produced, even after running several hours. The process memory and CPU usage is holding steady at 1.8GB and ~7% whenever I check it.

I’m running it in a Windows 10 Pro OS environment.

errorTestData.zip

ranjanan commented 6 years ago

@jplatt-B54 could you please try #135 and see if it works for you? You can access it by doing: Pkg.checkout("Circuitscape", "adv") and then restarting Julia and running it again.

ghost commented 6 years ago

It now works, you can close this issue. Thanks!