Skip to content

Commit

Permalink
DEV: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Apr 30, 2024
1 parent 4810ed3 commit e8a0041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_core/test_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,6 @@ def test_seq_entropy_just_gaps(self):

def test_repr_html(self):
"""exercises method normally invoked in notebooks"""
print(self.Class)
# assert False
aln = self.Class({"a": "AAAAA", "b": "AAA--"})
aln.set_repr_policy(num_seqs=5, num_pos=40)
Expand Down

0 comments on commit e8a0041

Please sign in to comment.