Skip to content

Commit

Permalink
Update element_deeplabcut/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thinh Nguyen <[email protected]>
  • Loading branch information
MilagrosMarin and ttngu207 authored Oct 26, 2023
1 parent 67b9015 commit fba8810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit fba8810

Please sign in to comment.