Skip to content

Commit d9f2d5c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)