SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Scripts are not properly recognized in many cases #290

Open dgarijo opened 3 years ago

dgarijo commented 3 years ago

The second evaluation uncovers that many repos that have scripts deemed as important are not detected.

I think there are problems which are filtering the availability of such files as part of the software_invocation list.

dgarijo commented 3 years ago

After the last improvements, there are still many repos with scripts missing.

dgarijo commented 3 years ago

Now some are missing because they are misclassified as tests (see #311). Others are still not recognized (scripts with body but not main are ignored)