You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering the following issue:
nested task error: UndefVarError: RasData not defined
I read this problem was reported by an old thread, and tried to fix it by updating both packages, without success. I share the full output below. I'd like to understand whether this is an issue with the packages or my input files. Thanks a lot for any help.
Starting up Omniscape. Using 12 workers in parallel. Using double precision...
Solving targets
[ Info: Solving target 6076 of 72900
[ Info: Solving target 60751 of 72900
[ Info: Solving target 42526 of 72900
[ Info: Solving target 12151 of 72900
[ Info: Solving target 30376 of 72900
[ Info: Solving target 36451 of 72900
[ Info: Solving target 54676 of 72900
[ Info: Solving target 24301 of 72900
[ Info: Solving target 1 of 72900
[ Info: Solving target 48601 of 72900
[ Info: Solving target 66826 of 72900
[ Info: Solving target 18226 of 72900
ERROR: TaskFailedException
Stacktrace:
[1] wait
@ .\task.jl:345 [inlined]
[2] threading_run(fun::Omniscape.var"#90#threadsfor_fun#9"{Omniscape.var"#90#threadsfor_fun#8#10"{Int64, Circuitscape.OutputFlags, Int64, Matrix{Float64}, Dict{String, String}, Float64, Float64, Float64, Float64, String, String, Bool, Bool, Bool, Bool, DataType, Dict{String, Int64}, UnitRange{Int64}}}, static::Bool)
@ Base.Threads .\threadingconstructs.jl:38
[3] macro expansion
@ .\threadingconstructs.jl:89 [inlined]
[4] run_omniscape(path::String)
@ Omniscape C:\Users\biol0061.julia\packages\Omniscape\TtEWy\src\run_omniscape.jl:276
[5] top-level scope
@ REPL[37]:1
Hi @luciano-atzeni, sorry for the late reply. Did you ever get things figured out? If not, try updating Julia (to version 1.9.3) Circuitscape, and Omniscape once more, since there have been some updates since you posted this issue.
I am encountering the following issue:
nested task error: UndefVarError: RasData not defined
I read this problem was reported by an old thread, and tried to fix it by updating both packages, without success. I share the full output below. I'd like to understand whether this is an issue with the packages or my input files. Thanks a lot for any help.
Starting up Omniscape. Using 12 workers in parallel. Using double precision...
Solving targets
[ Info: Solving target 6076 of 72900
[ Info: Solving target 60751 of 72900
[ Info: Solving target 42526 of 72900
[ Info: Solving target 12151 of 72900
[ Info: Solving target 30376 of 72900
[ Info: Solving target 36451 of 72900
[ Info: Solving target 54676 of 72900
[ Info: Solving target 24301 of 72900
[ Info: Solving target 1 of 72900
[ Info: Solving target 48601 of 72900
[ Info: Solving target 66826 of 72900
[ Info: Solving target 18226 of 72900
ERROR: TaskFailedException
Stacktrace:
[1] wait
@ .\task.jl:345 [inlined]
[2] threading_run(fun::Omniscape.var"#90#threadsfor_fun#9"{Omniscape.var"#90#threadsfor_fun#8#10"{Int64, Circuitscape.OutputFlags, Int64, Matrix{Float64}, Dict{String, String}, Float64, Float64, Float64, Float64, String, String, Bool, Bool, Bool, Bool, DataType, Dict{String, Int64}, UnitRange{Int64}}}, static::Bool)
@ Base.Threads .\threadingconstructs.jl:38
[3] macro expansion
@ .\threadingconstructs.jl:89 [inlined]
[4] run_omniscape(path::String)
@ Omniscape C:\Users\biol0061.julia\packages\Omniscape\TtEWy\src\run_omniscape.jl:276
[5] top-level scope
@ REPL[37]:1
The text was updated successfully, but these errors were encountered: