From 7b694ff847aa84a548a63549d6b77662a4ab923c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 20 Jun 2022 14:00:18 +0530 Subject: gn3: genodb: Match class and function names of GenotypeMatrix. * gn3/genodb.py (GenotypeMatrix): Match class and function names. --- gn3/genodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/genodb.py') diff --git a/gn3/genodb.py b/gn3/genodb.py index 7255d6e..e4f26b6 100644 --- a/gn3/genodb.py +++ b/gn3/genodb.py @@ -29,7 +29,7 @@ import numpy as np # pylint: disable=invalid-name,redefined-builtin GenotypeDatabase = namedtuple('GenotypeDatabase', 'txn hash_length') -GenotypeMatrix = namedtuple('Matrix', 'array transpose') +GenotypeMatrix = namedtuple('GenotypeMatrix', 'array transpose') @contextmanager def open(path): -- cgit v1.2.3