Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
srush committed Sep 22, 2019
1 parent aa95f45 commit 7648dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_struct/test_algorithms.py
Expand Up @@ -59,7 +59,7 @@ def test_networkx(data):
marginals = struct.marginals(vals, lengths=lengths)
m2 = tuple((MultiSampledSemiring.to_discrete(m, 5) for m in marginals))
spans = CKY.from_parts(m2)[0]
g, indices = CKY.to_networkx(spans)
CKY.to_networkx(spans)


@given(data())
Expand Down

0 comments on commit 7648dbf

Please sign in to comment.