Commit 5959c165 authored by Peter Eastman's avatar Peter Eastman
Browse files

Made test case a bit more reliable

parent 02627ce8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class TestSeqToSeq(unittest.TestCase):
  def test_int_sequence(self):
    """Test learning to reproduce short sequences of integers."""

    sequence_length = 10
    sequence_length = 8
    tokens = list(range(10))
    s = dc.models.SeqToSeq(
        tokens,