Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AtomsCrowdGenerator: Fix clashing agent variation names
Hashing the branch child names did not take into account that multiple agents might have equal varation names. We match the `hashBranchChildNames` method with `computeBranchChildNames` and hash every part of the `branchPath` individually to make sure the hashes are unique.
- Loading branch information