Skip to content

Commit

Permalink
Remove unused variables from ParentGraph class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhenrie committed Oct 12, 2020
1 parent 2e8810c commit 87200df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pomegranate/BayesianNetwork.pyx
Expand Up @@ -1597,9 +1597,7 @@ cdef class ParentGraph(object):
"""

cdef int i, n, d, max_parents
cdef tuple parent_set
cdef double pseudocount
cdef public double all_parents_score
cdef dict values
cdef numpy.ndarray X
cdef numpy.ndarray weights
Expand Down

0 comments on commit 87200df

Please sign in to comment.