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
The tr_unique function doesn't remove Tr duplicates if they are not consecutive within the list of trs of a state. The same behaviour happens in OpenFST so adding a new test case for this situation will break comparison tests.
The following example can reproduce the issue:
The
tr_unique
function doesn't removeTr
duplicates if they are not consecutive within the list of trs of a state. The same behaviour happens in OpenFST so adding a new test case for this situation will break comparison tests.The following example can reproduce the issue:
It can easily be solved by adding a check on the
weight
value of a transition intr_compare
:The text was updated successfully, but these errors were encountered: