Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid changing
t
in randomized_dag_copy()
by shallow copying
`randomized_dag_copy()` ends up modifying the global variable `t` when it shuffles the required package list associated to a `DistPackage`. This CL fixes this by just shallow copying the list.
- Loading branch information