Method sum returns null Intervention from two potentials with non-null Interventions

Issue #190 resolved
Manuel Luque created an issue

When evaluating the network attached to this issue, the method sum(List<TablePotential> tablePotentials) from DiscretePotentialOperations takes two input TablePotentials as arguments that both have not-null Interventions. The method "sum" returns a result with null Intervention.

Comments (5)

  1. Manuel Luque reporter

    The related JUnit test testIDTwoIndependentDecisions() has been added to the class org.openmarkov.inference.InferenceAlgorithmIDTest.

  2. Log in to comment