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

Function _create_fake_file

tests/test_auxiliaryfunctions.py:27–31  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

25 WRONG_SCORER = "DLC_dlcrnetms5_multi_mouseApr11shuffle3_5"
26
27 def _create_fake_file(filename):
28 path = str(fake_folder.join(filename))
29 with open(path, "w") as f:
30 f.write("")
31 return path
32
33 for ind, ext in enumerate(SUPPORTED_VIDEOS):
34 vname = "video" + str(ind)

Callers 2

test_find_analyzed_dataFunction · 0.85
test_get_list_of_videosFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected