Skip to content
Snippets Groups Projects
Commit 037e0e4c authored by Martin Kocour's avatar Martin Kocour
Browse files

Update runtests.jl

parent 125f5438
No related branches found
No related tags found
1 merge request!52Shortestdistance weight test
using Semirings
using TensorFSTs
using TensorFSTs.LinearFSTs
......@@ -171,7 +170,7 @@ end
A = TensorFST(
[
(src = (1,), isym = 2, osym = 2, weight = S(2), dest = (2,)),
(src = (1,), isym = 3, osym = 2, weight = S(2), dest = (2,)),
(src = (1,), isym = 3, osym = 2, weight = S(2), dest = (2,)),
(src = (2,), isym = 3, osym = 3, weight = S(5), dest = (4,)),
(src = (1,), isym = 2, osym = 3, weight = S(3), dest = (3,)),
(src = (3,), isym = 3, osym = 3, weight = S(2), dest = (4,))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment