Commit 3b30573b authored by alat-rights's avatar alat-rights
Browse files

flake8

parent 3fbb2195
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ class TestFASTALoader(unittest.TestCase):
    # example.fasta contains 3 sequences each of length 58.
    # The one-hot encoding turns base-pairs into vectors of length 5 (ATCGN).
    # There is one "image channel".
    if (legacy == True):
    if legacy:
      assert sequences.X.shape == (3, 5, 58, 1)
    else:
      assert sequences.X.shape == (3, 58, 6)