We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7eb8 commit dcaa476Copy full SHA for dcaa476
dlclive/pose_estimation_pytorch/runner.py
@@ -142,7 +142,7 @@ def __init__(
142
if single_animal is not None:
143
warnings.warn(
144
"The `single_animal` parameter is deprecated and will be removed "
145
- "in a future version. The number of individuals will be automaticalliy inferred "
+ "in a future version. The number of individuals will be automatically inferred "
146
"from the model configuration. Remove argument `single_animal` or set "
147
"`single_animal=None` to accept the inferred value and silence this warning.",
148
DeprecationWarning,
0 commit comments