diff --git a/element_deeplabcut/model.py b/element_deeplabcut/model.py index 81f3b04..c31ac82 100644 --- a/element_deeplabcut/model.py +++ b/element_deeplabcut/model.py @@ -377,7 +377,6 @@ def insert_new_model( from deeplabcut.utils.auxiliaryfunctions import GetScorerName # isort:skip # handle dlc_config being a yaml file - #if not isinstance(dlc_config, dict): dlc_config_fp = find_full_path(get_dlc_root_data_dir(), Path(dlc_config)) assert dlc_config_fp.exists(), ( "dlc_config is not a filepath" + f"\n Check: {dlc_config_fp}"