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
We are trying to implement numba-parallel execution of simplicial_set_embedding. The docs state that parallel will be ignored if a random_state is provided. However in our testing having both parallel and a random_state results in massively reduced computational time. Setting the random_state to None errors when parallel=True. Can you clarify this behavior?
The text was updated successfully, but these errors were encountered:
We are trying to implement numba-parallel execution of
simplicial_set_embedding
. The docs state thatparallel
will be ignored if arandom_state
is provided. However in our testing having bothparallel
and arandom_state
results in massively reduced computational time. Setting therandom_state
toNone
errors whenparallel=True
. Can you clarify this behavior?The text was updated successfully, but these errors were encountered: