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 |
---|---|---|---|---|
api/controllers/models.py api/controllers/datasets.py |
2 | 13 (15%) | 11 (18%) | 2022-01-21 |
evaluation/utils/evaluator.py api/controllers/models.py |
2 | 2 (100%) | 13 (15%) | 2022-01-20 |
evaluation/utils/helpers.py api/controllers/models.py |
2 | 5 (40%) | 13 (15%) | 2022-01-20 |
evaluation/utils/helpers.py evaluation/utils/evaluator.py |
2 | 5 (40%) | 2 (100%) | 2022-01-20 |
frontends/web/src/containers/ModelPage.js api/controllers/models.py |
2 | 9 (22%) | 13 (15%) | 2022-01-20 |
frontends/web/src/containers/ModelPage.js evaluation/utils/evaluator.py |
2 | 9 (22%) | 2 (100%) | 2022-01-20 |
frontends/web/src/containers/ModelPage.js evaluation/utils/helpers.py |
2 | 9 (22%) | 5 (40%) | 2022-01-20 |
api/controllers/datasets.py api/controllers/contexts.py |
1 | 11 (9%) | 7 (14%) | 2022-01-21 |
api/controllers/examples.py api/controllers/contexts.py |
1 | 9 (11%) | 7 (14%) | 2022-01-21 |
api/controllers/examples.py api/controllers/datasets.py |
1 | 9 (11%) | 11 (9%) | 2022-01-21 |
api/controllers/models.py api/controllers/contexts.py |
1 | 13 (7%) | 7 (14%) | 2022-01-21 |
api/controllers/models.py api/controllers/examples.py |
1 | 13 (7%) | 9 (11%) | 2022-01-21 |
api/controllers/tasks.py api/controllers/contexts.py |
1 | 16 (6%) | 7 (14%) | 2022-01-21 |
api/controllers/tasks.py api/controllers/datasets.py |
1 | 16 (6%) | 11 (9%) | 2022-01-21 |
api/controllers/tasks.py api/controllers/examples.py |
1 | 16 (6%) | 9 (11%) | 2022-01-21 |
api/controllers/tasks.py api/controllers/models.py |
1 | 16 (6%) | 13 (7%) | 2022-01-21 |
api/models/example.py api/controllers/contexts.py |
1 | 10 (10%) | 7 (14%) | 2022-01-21 |
api/models/example.py api/controllers/datasets.py |
1 | 10 (10%) | 11 (9%) | 2022-01-21 |
api/models/example.py api/controllers/examples.py |
1 | 10 (10%) | 9 (11%) | 2022-01-21 |
api/models/example.py api/controllers/models.py |
1 | 10 (10%) | 13 (7%) | 2022-01-21 |