From 5aaea69e8e9e3f480b2c7a0c94773402c2c38d7f Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Tue, 19 Nov 2024 14:11:11 +0000 Subject: [PATCH] catch lint --- pipelines/fit_model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/fit_model.py b/pipelines/fit_model.py index 00d4e71e..9ecefd2a 100644 --- a/pipelines/fit_model.py +++ b/pipelines/fit_model.py @@ -6,6 +6,7 @@ import numpy as np from build_model import build_model_from_dir + def fit_and_save_model( model_run_dir: str, n_warmup: int = 1000,