Skip to content

Commit

Permalink
Merge pull request #658 from biolink/go-site-2124-gorule-0000051-chan…
Browse files Browse the repository at this point in the history
…ge-status

For #2124 Disable Gorule51
  • Loading branch information
mugitty authored Nov 11, 2023
2 parents 1608606 + 2015a4b commit e7031a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ontobio/io/qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def test(self, annotation: association.GoAssociation, config: assocparser.AssocP
"GoRule43": GoRule43(),
"GoRule46": GoRule46(),
"GoRule50": GoRule50(),
"GoRule51": GoRule51(),
#"GoRule51": GoRule51(), Do not run test
"GoRule55": GoRule55(),
"GoRule57": GoRule57(),
"GoRule58": GoRule58(),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def test_all_rules():
assoc = gafparser.to_association(a).associations[0]

test_results = qc.test_go_rules(assoc, config).all_results
assert len(test_results.keys()) == 25
assert len(test_results.keys()) == 24
assert test_results[qc.GoRules.GoRule26.value].result_type == qc.ResultType.PASS
assert test_results[qc.GoRules.GoRule29.value].result_type == qc.ResultType.PASS

Expand Down

0 comments on commit e7031a2

Please sign in to comment.