Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent f7a4a03 commit 9e021fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scirpy/tests/test_ir_dist_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ def test_tcrdist_histogram_not_implemented():
seqs = np.array(["AAAA", "AA", "AABB", "ABA"])
_ = tcrdist_calculator.calc_dist_mat(seqs, seqs)


@pytest.mark.gpu
def test_gpu_hamming_reference():
# test hamming distance against reference implementation
Expand Down

0 comments on commit 9e021fd

Please sign in to comment.