Commit 0498641a authored by alat-rights's avatar alat-rights
Browse files

forgot to clean up a line used for debugging

parent 4e20418f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -990,7 +990,6 @@ class FASTALoader(DataLoader):
        """
        Uses a fasta_file to create a numpy array of annotated FASTA-format strings
        """
        self.generate_ran = True
        sequences = np.array([])
        sequence = np.array([])
        header_read = False