mattwigway / DiscreteChoiceModels.jl

Discrete choice/random utility models in Julia
MIT License
12 stars 1 forks source link

Possible correctness issue with threading #25

Open mattwigway opened 11 months ago

mattwigway commented 11 months ago

See the Julia announcement that using Threads.threadid() is no longer safe: https://julialang.org/blog/2023/07/PSA-dont-use-threadid/

We do this when computing multithreaded loglikelihood. Should change it to use a different method of summing these up.