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 |
---|---|---|---|---|
fx/primitive_library.py fx/inline_function.py |
2 | 4 (50%) | 5 (40%) | 2022-01-11 |
fx/proxy_based_graph_creation.py fx/inline_function.py |
2 | 4 (50%) | 5 (40%) | 2022-01-11 |
fx/proxy_based_graph_creation.py fx/primitive_library.py |
2 | 4 (50%) | 4 (50%) | 2022-01-11 |
No temporal cross-component dependencies found.