Closed mikebentley15 closed 6 years ago
Three issues that Ian has mentioned to me personally:
len(<list>) > 0
. This I will fix in this pull requestflit_bisect.py
file is getting too large at around 1800 lines. I made a new issue to track this, #198 After I fix number 1, I hope Ian is happy with this pull request, after he finishes the review of course :smile:
Fixes issue #172.
Adds the
--biggest
flag toflit bisect
. It allows the search for only the topk
contributing functions.Testing: This pull request adds additional testing for FLiT Bisect, specifically for the bisect biggest functionality. This adds about 5 seconds to the runtime of the tests.
Documentation: not yet, but should be added before this pull request completes.
Even though the pull request is missing documentation, I figured we could get started on the code review before the documentation is in place. That way, the documentation can be added while the code review is underway.