aboutsummaryrefslogtreecommitdiff
path: root/gn3/genodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/genodb.py')
-rw-r--r--gn3/genodb.py2
1 files changed, 1 insertions, 1 deletions
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):