seer-lab / PIE

Pattern Instance Explorer (PIE), is an exploratory visualization tool that enable developers and researchers to examine a repository’s design patterns and their life cycles.
https://www.sqrlab.ca/software/pie/
0 stars 0 forks source link

Timeline off by one error #17

Closed KashifIV closed 2 years ago

KashifIV commented 2 years ago

Modifications are separated by a commit with no file. This doesn't occur in jupyter notebook so it is probably a problem with rendering.

Screen Shot 2022-03-01 at 10 56 20 AM

KashifIV commented 2 years ago

Screen Shot 2022-03-10 at 10 31 41 PM

Problem may be more complicated, when analyzing two commits can have the same commit change but be separated in the data. Probably a problem in how intervals are stored.

KashifIV commented 2 years ago

Fixed.

Error was due to the last commit hash being referenced (which had already changed) instead of the previous one when annotating the interval.