You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors encountered while trying to run existing routines in contrib.py:
Routines using OfflineRepositoryRoutine (CommitInfoMiningRoutine and OfflineCommitCountsRoutine) raise an error due to Sandia proxies:
OfflineRepositoryRoutine Encountered an unexpected exception (<class '_pygit2.GitError'>). failed to connect to github.com: Resource temporarily unavailable
The routine GambitCommitAuthorshipInferenceAnalysis does not instantiate in manager.py
ValueError: Failed to instantiate routine matching name GambitCommitAuthorshipInferenceAnalysis
The routine TeamSizeAndDistributionAnalysis raises the same error as above. After adding the line from reposcanner.contrib import TeamSizeAndDistributionAnalysis to manager.py, it still returns the same error
Additionally, a small inconsistency in the main README.md:
In its last section, "How to extend functionality," the main README.md mentions an example file called stars.py. However, this file doesn't seem to exist in the main branch of the repository.
The text was updated successfully, but these errors were encountered:
Some errors encountered while trying to run existing routines in
contrib.py
:Routines using
OfflineRepositoryRoutine
(CommitInfoMiningRoutine
andOfflineCommitCountsRoutine
) raise an error due to Sandia proxies:The routine
GambitCommitAuthorshipInferenceAnalysis
does not instantiate inmanager.py
The routine
TeamSizeAndDistributionAnalysis
raises the same error as above. After adding the linefrom reposcanner.contrib import TeamSizeAndDistributionAnalysis
tomanager.py
, it still returns the same errorAdditionally, a small inconsistency in the main
README.md
:README.md
mentions an example file calledstars.py
. However, this file doesn't seem to exist in the main branch of the repository.The text was updated successfully, but these errors were encountered: