MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / make_fake_tracklets

Function make_fake_tracklets

tests/test_stitcher.py:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def make_fake_tracklets():
34 tracklet = fake_tracklet()
35 tracklet_single = Tracklet(tracklet.data[:, :1], tracklet.inds)
36 return tracklet, tracklet_single
37
38
39@pytest.fixture()

Callers

nothing calls this directly

Calls 2

TrackletClass · 0.90
fake_trackletFunction · 0.85

Tested by

no test coverage detected