Skip to content

Commit b567fa4

Browse files
committed
Added slots back
1 parent 34288ff commit b567fa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grim/imputation/imputegl/impute.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ def clean_up_gl(gl):
119119

120120

121121
class Imputation(object):
122+
__slots__ = 'logger', 'verbose', 'populations', 'netGraph', 'priorMatrix', 'full_hapl', 'index_dict', 'full_loci', \
123+
'factor', '_factor_missing_data', 'cypher', 'cypher_plan_b', 'matrix_planb', 'count_by_prob', \
124+
'number_of_options_threshold', 'plan', 'option_1', 'option_2', \
125+
'haplotypes_number_in_phase', 'save_space_mode', 'nodes_for_plan_A', 'unk_priors'
122126
def __init__(self, net=None, config=None, count_by_prob=None, verbose=False):
123127
"""Constructor
124128
Intialize an instance of `Imputation` with a py2neo graph

0 commit comments

Comments
 (0)