Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
srush committed Sep 11, 2019
1 parent c3f860d commit b36e194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_struct/cky.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def _intermediary(spans):
c_final = C_p
break
if b_final is not None: break
assert k_final is not None
assert k_final is not None, b, i, j
splits[(b, i, j)] = k_final, b_final, c_final
return splits

Expand Down

0 comments on commit b36e194

Please sign in to comment.