Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Apr 20, 2024
1 parent fad14f3 commit 93cb51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lsbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class LSBase:
"""Base class of Li and Stephens tests."""
"""Base class of tests for Li & Stephens HMM algorithms."""

def verify(self, ts):
raise NotImplementedError()
Expand Down

0 comments on commit 93cb51a

Please sign in to comment.