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 |
---|---|---|---|---|
d2go/runner/lightning_task.py d2go/runner/__init__.py |
1 | 26 (3%) | 6 (16%) | 2022-01-18 |
d2go/setup.py d2go/runner/__init__.py |
1 | 6 (16%) | 6 (16%) | 2022-01-18 |
d2go/setup.py d2go/runner/lightning_task.py |
1 | 6 (16%) | 26 (3%) | 2022-01-18 |
d2go/data/transforms/d2_native.py configs/faster_rcnn_fbnetv3a_C4_LSJ.yaml |
1 | 2 (50%) | 1 (100%) | 2022-01-06 |
d2go/utils/get_default_cfg.py configs/faster_rcnn_fbnetv3a_C4_LSJ.yaml |
1 | 7 (14%) | 1 (100%) | 2022-01-06 |
d2go/utils/get_default_cfg.py d2go/data/transforms/d2_native.py |
1 | 7 (14%) | 2 (50%) | 2022-01-06 |
d2go/model_zoo/model_zoo.py d2go/config/utils.py |
1 | 4 (25%) | 4 (25%) | 2021-12-30 |
d2go/utils/launch_environment.py d2go/config/utils.py |
1 | 2 (50%) | 4 (25%) | 2021-12-30 |
d2go/utils/launch_environment.py d2go/model_zoo/model_zoo.py |
1 | 2 (50%) | 4 (25%) | 2021-12-30 |
setup.py d2go/config/utils.py |
1 | 6 (16%) | 4 (25%) | 2021-12-30 |
setup.py d2go/model_zoo/model_zoo.py |
1 | 6 (16%) | 4 (25%) | 2021-12-30 |
setup.py d2go/utils/launch_environment.py |
1 | 6 (16%) | 2 (50%) | 2021-12-30 |