Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ test_build_task
Function
test_build_task
tests/pose_estimation_pytorch/runners/test_task.py:26–28 ·
view source on GitHub ↗
(task: Task, task_strings: list[str])
Source
from the content-addressed store, hash-verified
24
],
25
)
26
def
test_build_task(task: Task, task_strings: list[str]):
27
for
s in task_strings:
28
assert task == Task(s)
Callers
nothing calls this directly
Calls
1
Task
Class · 0.90
Tested by
no test coverage detected