I've tried downloading the new version but I'm very unfamiliar with julia. I get to this point julia> compute("path/to/config/file.ini") but receive the following error:
ERROR: SystemError: opening file path/to/config/file.ini: No such file or directory
Stacktrace:
[1] #systemerror#39(::Nothing, ::Function, ::String, ::Bool) at .\error.jl:106
[2] systemerror at .\error.jl:106 [inlined]
[3] #open#293(::Bool, ::Nothing, ::Nothing, ::Nothing, ::Nothing, ::Function, ::String) at .\iostream.jl:283
[4] #open at .\none:0 [inlined]
[5] open(::String, ::String) at .\iostream.jl:339
[6] parse_config(::String) at C:\Users\graem\.julia\packages\Circuitscape\coCa3\src\config.jl:3
[7] compute(::String) at C:\Users\graem\.julia\packages\Circuitscape\coCa3\src\run.jl:15
[8] top-level scope at none:0
I've run a test to make sure all the tests passed, and they do, so I'm not sure what the error could be.