()
| 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: |
nothing calls this directly
no test coverage detected