Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge LinkFinder to MetcalfScoring class (#248)
* merge LinkFinder to MetcalfScoring class The actual role of LinkFinder is to calculate metcalf score, so it makes more sense to merge its functions to MetcalfScoring class * remove LinkFinder * move unit tests of LinkFinder * update static typings * Delete conftest.py * create temporary root dir only in the places that require it * update fixture scopes * Update test_metcalf_scoring.py caplog cannot capture all logs, so remove the assertions. * update pytest dist value to loadgroup This option is much faster and easier to control the group of tests for same worker. * fix repeatings
- Loading branch information