From 17f639c837a5d8386bea820f1c5e62697c5435ac Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 7 Apr 2022 14:38:31 +0200 Subject: [PATCH] make import messages warning --- hiro_models/model_auxiliary.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiro_models/model_auxiliary.py b/hiro_models/model_auxiliary.py index e7e10f7..30568cd 100644 --- a/hiro_models/model_auxiliary.py +++ b/hiro_models/model_auxiliary.py @@ -206,8 +206,8 @@ def import_results( other_path = Path(other_data_path) / data["data_path"] config = data["model_config"] - logging.info(f"Importing {other_path} to {this_path}.") - logging.info(f"The model description is '{config.description}'.") + logging.warning(f"Importing {other_path} to {this_path}.") + logging.warning(f"The model description is '{config.description}'.") if ( interactive