Skip to content

Commit

Permalink
removed unused imported function
Browse files Browse the repository at this point in the history
  • Loading branch information
astheeggeggs committed Jul 5, 2023
1 parent a505138 commit 979e14d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/tests/test_genotype_matching_fb.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import copy
import itertools

import lshmm as ls
import msprime
import numpy as np

import tskit
import copy
from math import isclose

EQUAL_BOTH_HOM = 4
UNEQUAL_BOTH_HOM = 0
Expand Down Expand Up @@ -346,7 +346,6 @@ def update_tree(self):
vt.tree_node = -1
vt.value_index = -1


self.N = np.zeros(self.tree.tree_sequence.num_nodes, dtype=int)
node_map = {st.tree_node: st for st in self.T}

Expand Down

0 comments on commit 979e14d

Please sign in to comment.