Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
melihyilmaz authored Sep 22, 2023
1 parent 0ea1b7d commit 4ab4728
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion casanovo/denovo/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ def initialize_model(self, train: bool) -> None:
**model_params,
)
except RuntimeError:
raise RuntimeError("Mismatching parameters between loaded model and config file")
raise RuntimeError(
"Mismatching parameters between loaded model and config file"
)

def initialize_data_module(
self,
Expand Down

0 comments on commit 4ab4728

Please sign in to comment.