Skip to content

Commit

Permalink
Remove superfluous PSM export
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Nov 18, 2024
1 parent db5e00f commit 1e565c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions casanovo/denovo/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,14 +1076,6 @@ def predict_step(
)
return predictions

def on_predict_batch_end(
self, outputs: List[ms_io.PepSpecMatch], *args
) -> None:
"""
Write the database search results to the output file.
"""
self.out_writer.psms.extend(outputs)


def _calc_match_score(
batch_all_aa_scores: torch.Tensor,
Expand Down

0 comments on commit 1e565c4

Please sign in to comment.