Commit 73964c9d authored by alat-rights's avatar alat-rights
Browse files

add comment

parent 9ae8afcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class TestFASTALoader(unittest.TestCase):
    self.current_dir = os.path.dirname(os.path.abspath(__file__))

  def test_fasta_load(self):
    legacy = False
    legacy = False # Whether to assume legacy one hot encoding shape from FASTA loader.

    input_file = os.path.join(self.current_dir,
                              "../../data/tests/example.fasta")