-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcrdist draft version implemented (#502)
* tcrdist draft version implemented * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * tcrdist tests added * fixed ir_dist _get_distance_calculator parameter handling * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * handling of empty input sequences fixed * additional tests for tcrdist added * tcrdist test with comparison against reference implementation added * formatting of tcrdist tests improved * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * comments for TCRdist added * code formatting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * handling of default values for cutoff and n_jobs in _get_distance_calculator adapted * auto formatting disabled for tcr_dict_distance_matrix * added data type hints to functions and adapted function comments * changed testdata import for test cases * changed __init__ and _nb_tcrdist_mat in TCRdistDistanceCalculator to keywords only * keywords only for _nb_tcrdist_mat removed, because it doesn't work with numba * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * unused control variable changed to _ * creation of numba lookup matrix changed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CHANGELOG * Update docstring * Update ir_dist docstring * Update description in tutorial --------- Co-authored-by: Gregor Sturm <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d63483c
commit d1db848
Showing
8 changed files
with
641 additions
and
9 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.