daa7947850ea7df6763ec076548ae4b372ee3fb9,pgmpy/inference/ExactInference.py,VariableElimination,induced_graph,#VariableElimination#,210

Before Change


        <networkx.classes.graph.Graph at 0x7f34ac8c5160>
        
        eliminated_variables = set()
        working_factors = {node: {factor for factor in self.factors[node]}
                           for node in self.factors}

        // The set of cliques should be in the induced graph
        cliques = set()

After Change


            	"order different from variables in model")

        eliminated_variables = set()
        working_factors = {node: [factor.scope() for factor in self.factors[node]]
                           for node in self.factors}

        // The set of cliques should be in the induced graph
        cliques = set()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: pgmpy/pgmpy
Commit Name: daa7947850ea7df6763ec076548ae4b372ee3fb9
Time: 2015-03-25
Author: pratyaksh@me.com
File Name: pgmpy/inference/ExactInference.py
Class Name: VariableElimination
Method Name: induced_graph


Project Name: dit/dit
Commit Name: d9d0fc7550188ecb44636f999971b663efd88869
Time: 2014-08-07
Author: ryangregoryjames@gmail.com
File Name: dit/utils/information_partitions.py
Class Name: ShannonPartition
Method Name: get_atoms


Project Name: scikit-optimize/scikit-optimize
Commit Name: cc53f9d4c1342372e361f7cd434723fdeb2781c1
Time: 2017-06-30
Author: iaroslav.email@gmail.com
File Name: skopt/utils.py
Class Name:
Method Name: dims_aslist