diff --git a/aequilibrae/paths/route_choice.pyx b/aequilibrae/paths/route_choice.pyx index 01e108e79..172b2f2e0 100644 --- a/aequilibrae/paths/route_choice.pyx +++ b/aequilibrae/paths/route_choice.pyx @@ -884,7 +884,7 @@ cdef class RouteChoiceSet: size_t link_loc double prob - int i + long long i with parallel(num_threads=6): # The link union needs to be allocated per thread as scratch space, as its of unknown length we can't allocated a matrix of them.