mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
make import messages warning
This commit is contained in:
parent
ebbdfe36b3
commit
17f639c837
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue