Skip to content

Commit dcaa476

Browse files
MMathisLabCopilot
authored andcommitted
Update dlclive/pose_estimation_pytorch/runner.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent afe7eb8 commit dcaa476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlclive/pose_estimation_pytorch/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __init__(
142142
if single_animal is not None:
143143
warnings.warn(
144144
"The `single_animal` parameter is deprecated and will be removed "
145-
"in a future version. The number of individuals will be automaticalliy inferred "
145+
"in a future version. The number of individuals will be automatically inferred "
146146
"from the model configuration. Remove argument `single_animal` or set "
147147
"`single_animal=None` to accept the inferred value and silence this warning.",
148148
DeprecationWarning,

0 commit comments

Comments
 (0)