Skip to content

Commit

Permalink
Update number of tmRNA cms to fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Feb 2, 2025
1 parent 2d864c4 commit 2622635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_rnasep_cm_database(self):

def test_tmrna_cm_database(self):
"""Check tmRNA covariance models."""
self.verify_cm_database(config.TMRNA_CM_LIBRARY, 5)
self.verify_cm_database(config.TMRNA_CM_LIBRARY, 7)

def test_rfam_database(self):
"""
Expand Down Expand Up @@ -491,6 +491,7 @@ def test_examples(self):
"""Check that files exist and are identical to examples."""
self.check_examples()


class TestTmrna(R2dtTestCase):
"""Check that tmRNA templates work."""

Expand Down

0 comments on commit 2622635

Please sign in to comment.