Circuitscape / Omniscape.jl

Functions to compute omnidirectional landscape connectivity using circuit theory and the Omniscape algorithm.
https://docs.circuitscape.org/Omniscape.jl/stable/
MIT License
58 stars 12 forks source link

Travis build fails with parallel and conditional connectivity in windows on Julia 1.3 (pass locally) #12

Closed vlandau closed 4 years ago

vlandau commented 4 years ago

All works in Julia 1.2. In 1.3, windows builds in Travis fail due to no output. Example here.

vlandau commented 4 years ago

Tested on a local Windows 10 machine with Julia 1.3 and all worked. Attempting to resolve by reaching out on the Travis and Julia Discourse forums.

vlandau commented 4 years ago

Issues posted here on the Travis community forum and here on Julia discourse.

vlandau commented 4 years ago

Looks to be caused by a deadlock. Opened new issue #13 to address it.