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
Currently, the SourceCodeRepo heuristic still has a dependency on the EmptyProjectLinks heuristic. This is done currently to make the merging process easier, and to avoid a heavy rework of the SUSPICIOUS_COMBOS dictionary. This dictionary is expected to soon be replaced with a more usable alternative, at which time the combinations including this heuristic may be updated.
The SourceCodeRepo heuristic must be refactored to avoid a dependency on the EmptyProjectLinks, as these two heuristics are not closely related enough for this dependency. SourceCodeRepo tracks whether a repository was found, whereas EmptyProjectLinks tracks whether any project links are available on the PyPI page of the package.
The text was updated successfully, but these errors were encountered:
Referencing the TODO item in #983:
The
SourceCodeRepo
heuristic must be refactored to avoid a dependency on theEmptyProjectLinks
, as these two heuristics are not closely related enough for this dependency.SourceCodeRepo
tracks whether a repository was found, whereasEmptyProjectLinks
tracks whether any project links are available on the PyPI page of the package.The text was updated successfully, but these errors were encountered: