optittm / bugprediction

A CLI tool to assess the risk of releasing your next version. Can generate a comprehensive dataset for testing your bug prediction models.
MIT License
0 stars 1 forks source link

Fix issue #35 #36

Closed Creadeyh closed 1 year ago

Creadeyh commented 1 year ago

First failure in git connector: The issue is caused by a submodule commit that cannot be accessed by pydriller to compute the DMM metrics. If the error occurs, we just skip the metrics for this particular commit

Second failure with PyDriller's CodeChurn in versions.py

Creadeyh commented 1 year ago

Second failure with PyDriller's CodeChurn in versions.py

Issue submitted on PyDriller's GitHub https://github.com/ishepard/pydriller/issues/260

Creadeyh commented 1 year ago

As mentioned in #35 we skip the problematic commits/versions while waiting for a fix from PyDriller