Skip to content

Commit

Permalink
number of motifs has increased
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed Nov 5, 2019
1 parent 3685a0a commit a30b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/test_MotifSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_create_default(self):

def test_create_multiple(self):
ms = MotifSet(preload_motifs=["hocomoco", "jaspar_vertebrates"])
self.assertEqual(len(ms), 1875, msg="motif dictionary must contain sum of motifs in files from jaspar"
self.assertEqual(len(ms), 2042, msg="motif dictionary must contain sum of motifs in files from jaspar"
"_vertebrates and hocomoco")

def test_create_empty(self):
Expand Down

0 comments on commit a30b36a

Please sign in to comment.