-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove unused property `metadata` * refactor private data containers and relevant methods * remove legacy code for saving data * change the variable of default database folder to package level * update config related code * uniform the names of scoring methods * refactor `NPLinker.get_links` method - remove unused method `scoring_method` - refactor the method `get_links` * Delete test_nplinker_scoring.py * reorder methods and properties of NPLinker class * fix returned value type * update integration tests - simplify the `conftest.py` - remove unused functions - add tests for `get_link` * fix mypy errors
- Loading branch information
1 parent
06fe1f9
commit fc9ddec
Showing
11 changed files
with
283 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.