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
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.)
The text was updated successfully, but these errors were encountered:
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 strongerverifyEqual
, which is commented-out.)The text was updated successfully, but these errors were encountered: