MCPcopy Create free account
hub / github.com/MegEngine/MegCC / copyftarget

Function copyftarget

script/test_model.py:84–86  ·  view source on GitHub ↗
(host, workdir, origin_path)

Source from the content-addressed store, hash-verified

82
83
84def copyftarget(host, workdir, origin_path):
85 return subprocess.check_call(
86 ["rsync", "-aP", "-zz", host + ":" + workdir, origin_path])
87
88
89def compare_file(file_path_0, file_path_1, eps, out_dtype):

Callers 1

auto_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected