Skip to content

Commit

Permalink
Remove redundant raises
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 13, 2024
1 parent 171613d commit ba42e43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aurora/model/aurora.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ def forward(self, batch: Batch) -> Batch:
Args:
batch (:class:`Batch`): Batch to run the model on.
Raises:
ValueError: If no metric is provided.
Returns:
:class:`Batch`: Prediction for the batch.
"""
Expand Down

0 comments on commit ba42e43

Please sign in to comment.