Add new warning to the ignore list (#2856)
This commit is contained in:
Родитель
e046026e33
Коммит
cfb51c4a5b
|
@ -75,6 +75,8 @@ allowed_list = [
|
|||
"save_mlflow is an internal parameter",
|
||||
"start_auxiliary_runs_before_parent_complete is an internal parameter",
|
||||
"Detected ",
|
||||
"FutureWarning: promote has been superseded by mode",
|
||||
"dataframe_reader.complete_incoming_dataframe",
|
||||
]
|
||||
|
||||
with open(full_name, "r") as notebook_file:
|
||||
|
|
Загрузка…
Ссылка в новой задаче