Skip to content

Commit

Permalink
roll back to de25ef3 because CPU accelerate didn't actually make thin…
Browse files Browse the repository at this point in the history
…gs faster
  • Loading branch information
JLSteenwyk committed Sep 19, 2024
1 parent de25ef3 commit 2efe242
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion phykit/services/alignment/sum_of_pairs_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def determine_number_of_matches_and_total_pairs(
reference_records: Dict[str, SeqRecord],
query_records: Dict[str, SeqRecord],
) -> Tuple[int, int]:
print(query_records)
number_of_matches = 0
number_of_total_pairs = 0

Expand Down
24 changes: 0 additions & 24 deletions test.fa

This file was deleted.

3 changes: 0 additions & 3 deletions test.occupancy

This file was deleted.

3 changes: 0 additions & 3 deletions test.partition

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class TestSumOfPairsScore(object):
@patch("builtins.print")
def test_sum_of_pairs_score_full_ref(self, mocked_print):
expected_result = 0.7714
expected_result = 0.4
testargs = [
"phykit",
"sum_of_pairs_score",
Expand Down

0 comments on commit 2efe242

Please sign in to comment.