From 4ab47287b7d96bed999d35cb9686fd19acfe6fb1 Mon Sep 17 00:00:00 2001 From: Melih Yilmaz <32707537+melihyilmaz@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:04:40 -0700 Subject: [PATCH] Fix linting --- casanovo/denovo/model_runner.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/casanovo/denovo/model_runner.py b/casanovo/denovo/model_runner.py index 7549a7a1..f9bb39c5 100644 --- a/casanovo/denovo/model_runner.py +++ b/casanovo/denovo/model_runner.py @@ -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,