Skip to content

Commit

Permalink
don't reraise
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Nov 26, 2024
1 parent efe0302 commit a489c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_lam/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}


@logger.catch(reraise=True)
@logger.catch
def main(input_args=None):
"""Main function for training and evaluating models."""
parser = ArgumentParser(
Expand Down

0 comments on commit a489c2e

Please sign in to comment.