MCPcopy Create free account
hub / github.com/src-d/hercules / couples_files

Function couples_files

python/labours/cli.py:287–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 print("ownership: " + burndown_people_warning)
286
287 def couples_files():
288 try:
289 write_embeddings(
290 "files",
291 args.output,
292 not args.disable_projector,
293 *train_embeddings(*reader.get_files_coocc(), tmpdir=args.tmpdir),
294 )
295 except KeyError:
296 print(couples_warning)
297
298 def couples_people():
299 try:

Callers

nothing calls this directly

Calls 3

write_embeddingsFunction · 0.90
train_embeddingsFunction · 0.90
get_files_cooccMethod · 0.45

Tested by

no test coverage detected