Commit 85ab57e7 authored by alat-rights's avatar alat-rights
Browse files

Remove test print

parent f3534902
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -955,7 +955,6 @@ class FASTALoader(DataLoader):
      for input_file in input_files:
        sequences = np.append(sequences, _read_file(input_file))
      X = self.featurizer(sequences)
      logger.warning(X)
      ids = np.ones(len(X))
      # (X, y, w, ids)
      yield X, None, None, ids