A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
torchx/runner/config.py torchx/cli/cmd_run.py |
3 | 9 (33%) | 43 (6%) | 2022-01-15 |
torchx/runner/api.py torchx/cli/cmd_run.py |
2 | 30 (6%) | 43 (4%) | 2022-01-15 |
torchx/runner/config.py torchx/runner/api.py |
2 | 9 (22%) | 30 (6%) | 2022-01-15 |
torchx/runner/workspaces.py torchx/cli/cmd_run.py |
2 | 2 (100%) | 43 (4%) | 2022-01-15 |
torchx/runner/workspaces.py torchx/runner/config.py |
2 | 2 (100%) | 9 (22%) | 2022-01-15 |
torchx/util/types.py torchx/cli/cmd_run.py |
2 | 6 (33%) | 43 (4%) | 2022-01-15 |
torchx/util/types.py torchx/runner/api.py |
2 | 6 (33%) | 30 (6%) | 2022-01-15 |
torchx/util/types.py torchx/runner/config.py |
2 | 6 (33%) | 9 (22%) | 2022-01-15 |
torchx/schedulers/api.py torchx/cli/cmd_run.py |
2 | 12 (16%) | 43 (4%) | 2022-01-05 |
torchx/schedulers/api.py torchx/runner/config.py |
2 | 12 (16%) | 9 (22%) | 2022-01-05 |
torchx/schedulers/docker_scheduler.py torchx/cli/cmd_run.py |
2 | 7 (28%) | 43 (4%) | 2022-01-05 |
torchx/schedulers/docker_scheduler.py torchx/runner/config.py |
2 | 7 (28%) | 9 (22%) | 2022-01-05 |
torchx/schedulers/docker_scheduler.py torchx/schedulers/api.py |
2 | 7 (28%) | 12 (16%) | 2022-01-05 |
torchx/cli/cmd_run.py torchx/schedulers/slurm_scheduler.py |
1 | 43 (2%) | 10 (10%) | 2021-12-27 |
torchx/runner/api.py torchx/schedulers/slurm_scheduler.py |
1 | 30 (3%) | 10 (10%) | 2021-12-27 |
torchx/runner/config.py torchx/schedulers/slurm_scheduler.py |
1 | 9 (11%) | 10 (10%) | 2021-12-27 |
torchx/runner/workspaces.py torchx/runner/api.py |
1 | 2 (50%) | 30 (3%) | 2022-01-15 |
torchx/util/types.py torchx/runner/workspaces.py |
1 | 6 (16%) | 2 (50%) | 2022-01-15 |
torchx/util/types.py torchx/schedulers/slurm_scheduler.py |
1 | 6 (16%) | 10 (10%) | 2021-12-27 |
torchx/schedulers/local_scheduler.py torchx/schedulers/slurm_scheduler.py |
1 | 42 (2%) | 10 (10%) | 2021-12-27 |