From 93cb51a2e2d4d2cb2c4d4848edbad90759b6d86c Mon Sep 17 00:00:00 2001 From: szhan Date: Sat, 20 Apr 2024 12:32:32 +0100 Subject: [PATCH] Update docstring --- tests/lsbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lsbase.py b/tests/lsbase.py index 6684585..5f15ae4 100644 --- a/tests/lsbase.py +++ b/tests/lsbase.py @@ -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()