Skip to content

Commit

Permalink
test: removed parity test using HEM
Browse files Browse the repository at this point in the history
to check if the segmentation fault in githubworkflow is due to this
  • Loading branch information
roshan committed Aug 29, 2024
1 parent 4028774 commit 4961939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdbeccdutils/tests/test_parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class TestParity:
("000", "000", 1.00),
("SAC", "GOL", 0.50),
("MAN", "GLC", 1.00),
("HEM", "HEM", 1.00),
],
)
def test_parity_method(id_1, id_2, score):
Expand Down

0 comments on commit 4961939

Please sign in to comment.