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 |
---|---|---|---|---|
src/sagemaker_training/process.py src/sagemaker_training/files.py |
1 | 11 (9%) | 5 (20%) | 2022-01-29 |
src/sagemaker_training/trainer.py src/sagemaker_training/files.py |
1 | 6 (16%) | 5 (20%) | 2022-01-29 |
src/sagemaker_training/trainer.py src/sagemaker_training/process.py |
1 | 6 (16%) | 11 (9%) | 2022-01-29 |
No temporal cross-component dependencies found.