jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

Guarantee order in cross2gen_helper #118

Open jeanluct opened 9 years ago

jeanluct commented 9 years ago

After fixing #116, the C++ code now computes the correct braid for the taffy pullers. However, different runs can return generators in different orders, because of the parallelization. The braid is still the same, but it would be preferable for the code to be deterministic.

(If we fix this also update taffyTest to use stronger verifyEqual, which is commented-out.)